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 544517 - example code from developement manual doc doesn't work properly
example code from developement manual doc doesn't work properly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other All
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-24 10:09 UTC by DF31
Modified: 2008-07-28 22:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description DF31 2008-07-24 10:09:21 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.
Comment 1 René Stadler 2008-07-24 12:36:52 UTC
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.