summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflactag.c
Commit message (Expand)AuthorAgeFilesLines
* flactag, wavparse: GstAdapter is not a GstObjectTim-Philipp Müller2009-08-311-1/+1
* ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit.Jonathan Matthew2008-08-061-285/+175
* Fix memory leaks.Edward Hervey2007-06-221-4/+2
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-1/+1
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-8/+10
* Update for gst_tag_setter API changes.Andy Wingo2005-11-221-2/+2
* ext/: gsttaginterface.h -> gsttagsetter.hStefan Kost2005-09-071-1/+1
* All plugins updated for element state changes.Andy Wingo2005-09-021-11/+12
* fix typoThomas Vander Stichele2004-12-211-1/+1
* ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment buffer sin...Christophe Fergeau2004-06-011-0/+12
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-56/+57
* gst-indentThomas Vander Stichele2004-03-141-107/+123
* Fix several misuse of gst_buffer_merge (it doesn't take ownership of any buff...Christophe Fergeau2004-03-061-2/+10
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-021-2/+2
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-4/+4
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-4/+4
* use new error signal and classificationThomas Vander Stichele2004-01-181-5/+5
* Merge CAPS branchDavid Schleef2003-12-221-34/+18
* distcheck fixesThomas Vander Stichele2003-12-141-1/+1
* Fixed bug when filling tags in gstflacencChristophe Fergeau2003-12-081-48/+187
* Added element to rewrite vorbiscomments embedded in flac files. It currently ...Christophe Fergeau2003-12-071-0/+432