summaryrefslogtreecommitdiff
path: root/ext/flac/gstflactag.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-28various: fix pad template leaksVincent Penquerc'h1-4/+4
2010-06-16flactag: Fix possible NULL pointer dereferenceSebastian Dröge1-0/+4
2010-04-15flactag: fix adapter assertion when used directly after flacencTim-Philipp Müller1-5/+8
2009-08-31flactag, wavparse: GstAdapter is not a GstObjectTim-Philipp Müller1-1/+1
2008-08-06ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit.Jonathan Matthew1-285/+175
2007-06-22Fix memory leaks.Edward Hervey1-4/+2
2006-09-16More G_OBJECT macro fixing.Stefan Kost1-1/+1
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans1-1/+1
2006-03-13close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans1-8/+10
2005-11-22Update for gst_tag_setter API changes.Andy Wingo1-2/+2
2005-09-07ext/: gsttaginterface.h -> gsttagsetter.hStefan Kost1-1/+1
2005-09-02All plugins updated for element state changes.Andy Wingo1-11/+12
2004-12-21fix typoThomas Vander Stichele1-1/+1
2004-06-01ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment buffer sin...Christophe Fergeau1-0/+12
2004-05-21second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet1-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-56/+57
2004-03-14gst-indentThomas Vander Stichele1-107/+123
2004-03-06Fix several misuse of gst_buffer_merge (it doesn't take ownership of any buff...Christophe Fergeau1-2/+10
2004-02-02code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef1-2/+2
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-4/+4
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-4/+4
2004-01-18use new error signal and classificationThomas Vander Stichele1-5/+5
2003-12-22Merge CAPS branchDavid Schleef1-34/+18
2003-12-14distcheck fixesThomas Vander Stichele1-1/+1
2003-12-08Fixed bug when filling tags in gstflacencChristophe Fergeau1-48/+187
2003-12-07Added element to rewrite vorbiscomments embedded in flac files. It currently ...Christophe Fergeau1-0/+432