GNOME Bugzilla – Bug 578856
xml pipeline containing decodebin fails
Last modified: 2010-06-25 23:57:08 UTC
A normally playing pipeline with gst-launch does not work when using xml. example (using the tests/examples/xml/ example code) on FC10: > gst-launch-0.10 -v -t -o pipeline.xml audiotestsrc num-buffers=100 ! decodebin ! alsasink > ./runxml pipeline.xml (lt-runxml:14990): GStreamer-WARNING **: Name fakesink is not unique in bin decodebin0, not adding (lt-runxml:14990): GStreamer-WARNING **: Name typefind is not unique in bin decodebin0, not adding (lt-runxml:14990): GStreamer-CRITICAL **: gst_pad_load_and_link: assertion `pad != NULL' failed ** ERROR:runxml.c:90:main: assertion failed: (bin != NULL) Aborted Shaun
*** This bug has been marked as a duplicate of bug 622685 ***