GNOME Bugzilla – Bug 544517
example code from developement manual doc doesn't work properly
Last modified: 2008-07-28 22:16:58 UTC
I copied the example code from http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-typefinding.html and compile in my machine. after execute the application and error message"Internal data flow error" always observed. I think add one "fakesink" element in exaple code could fix the error.
2008-07-24 Rene Stadler <mail@renestadler.de> * docs/manual/advanced-autoplugging.xml: Add fakesink to example code to close the pipeline graph. This prevents the program from printing internal data flow errors.