[gst-cvs] rbultje gst-plugins: gst-plugins/gst/id3/ gst-plugins/gst/realmedia/ gst-plugins/gst/wavparse/
Ronald Bultje
rbultje at users.sourceforge.net
Wed Oct 1 06:16:06 PDT 2003
CVS Root: /cvsroot/gstreamer
Module: gst-plugins
Changes by: rbultje
Date: Wed Oct 01 2003 06:15:08 PDT
Log message:
New typefind system:
* bytestream is now part of the core
* all plugins have been modified to use this new typefind system
* asf typefinding added
* mpeg video stream typefiding removed because it's broken
* duplicate typefind entries removed
* extra id3 typefinding added, because we've seen 4 types of files
(riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs
to work. Instead, I've added an id3 element and let it redo typefiding
after the id3 header. this needs a hack because spider only typefinds
once. We can remove this hack once spider supports multiple typefinds.
* with all this, mp3 typefinding is semi-rewritten
* id3 typefinding in flac/vorbis is removed, it's no longer needed
* fixed spider and gst-typefind to use this, too.
* Other general cleanups
Modified files:
gst/realmedia : rmdemux.c rmdemux.h
gst/wavparse : gstwavparse.c
Added files:
gst/id3 : Makefile.am gstid3types.c gstid3types.h
Links:
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins/gst/id3/Makefile.am?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins/gst/id3/gstid3types.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins/gst/id3/gstid3types.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins/gst/realmedia/rmdemux.c.diff?r1=1.5&r2=1.6
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins/gst/realmedia/rmdemux.h.diff?r1=1.2&r2=1.3
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins/gst/wavparse/gstwavparse.c.diff?r1=1.34&r2=1.35
More information about the Gstreamer-commits
mailing list