summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/riff/riffparse.c
AgeCommit message (Collapse)AuthorFilesLines
2003-08-13clean up code, fix typos in lst checkinDavid Schleef1-8/+7
Original commit message from CVS: clean up code, fix typos in lst checkin
2003-08-13Move some code from wavparseDavid Schleef1-0/+26
Original commit message from CVS: Move some code from wavparse
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-13/+13
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo1-13/+13
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-16/+16
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.
2001-12-23made changes everywhere to accomodate for the headers being in ↵Thomas Vander Stichele1-0/+221
<gst/(lib)/...> we'll need to conclude this fast becau... Original commit message from CVS: made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything and I can't do it right now because I disabled all of the plugins here ;)