After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 157395 - [PATCH] [docs/manual] Type Detection example does not work
[PATCH] [docs/manual] Type Detection example does not work
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
0.8.7
Other All
: Normal normal
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-11-04 21:10 UTC by Matt Walton
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (14.15 KB, patch)
2004-12-19 16:00 UTC, Ronald Bultje
none Details | Review

Description Matt Walton 2004-11-04 21:10:35 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.
Comment 1 Ronald Bultje 2004-12-19 16:00:42 UTC
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/.
Comment 2 Ronald Bultje 2004-12-19 22:53:56 UTC
Committed.