GNOME Bugzilla – Bug 157395
[PATCH] [docs/manual] Type Detection example does not work
Last modified: 2004-12-22 21:47:04 UTC
http://gstreamer.freedesktop.org/data/doc/gstreamer/stable/manual/html/chapter-typedetection.html contains sample code for detecting the media type of the file. However, as it only calls gst_bin_iterate once, this code doesn't actually work and needs correcting. http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/tools/gst-typefind.c?rev=1.8&view=auto contains type detection code which is very similar but which works.
Created attachment 35008 [details] [review] fix Attached is a doc update against current CVS. I'll commit after 0.8.8 has been released. It also adds it as an extracted example to examples/manual/.
Committed.