summaryrefslogtreecommitdiffstats
path: root/gst/wavparse/gstriff.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove riff code, since it's duplicated in the riff libraryDavid Schleef2003-08-131-144/+0
| | | | | Original commit message from CVS: Remove riff code, since it's duplicated in the riff library
* Applied endianess fix and unsigned data fix from Jon NallChristian Schaller2002-12-081-5/+5
| | | | | Original commit message from CVS: Applied endianess fix and unsigned data fix from Jon Nall
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-201-1/+1
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-4/+4
| | | | | | | | | 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.
* Initial revisionAndy Wingo2001-12-221-0/+144
Original commit message from CVS: Initial revision