summaryrefslogtreecommitdiffstats
path: root/gst/mpegaudioparse/gstmp3types.c
AgeCommit message (Collapse)AuthorFilesLines
2002-09-11- Ripped some ID3 tag parsing from libid3 for typefind.Wim Taymans1-23/+40
Original commit message from CVS: - Ripped some ID3 tag parsing from libid3 for typefind. - Added ID3V1 to fypefind. - Don't check for a valid mp3 header after finding the ID3 tag as some ID3 tags seem broken.
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-5/+5
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo1-3/+3
fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo1-1/+1
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-1/+1
versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-02-21Uhm, if I'll be fixing errors like this all over just because I'm enabling ↵Thomas Vander Stichele1-2/+2
plugin debug output for the first time, I'... Original commit message from CVS: Uhm, if I'll be fixing errors like this all over just because I'm enabling plugin debug output for the first time, I'm in for a world of hurt over the next few hours...
2002-02-08fixed silly bug apparently gcc 3 allows this according to gcc3Thomas Vander Stichele1-2/+2
Original commit message from CVS: fixed silly bug apparently gcc 3 allows this according to gcc3
2002-02-08bugfix: do Uraeus' job - no more //Benjamin Otte1-2/+2
Original commit message from CVS: bugfix: do Uraeus' job - no more //
2002-02-08bugfix: allow ID3v2 tags at start of audioBenjamin Otte1-1/+30
Original commit message from CVS: bugfix: allow ID3v2 tags at start of audio
2001-12-22Initial revisionAndy Wingo1-0/+77
Original commit message from CVS: Initial revision