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 578856 - xml pipeline containing decodebin fails
xml pipeline containing decodebin fails
Status: RESOLVED DUPLICATE of bug 622685
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.21
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-13 18:41 UTC by Shaun Astarabadi
Modified: 2010-06-25 23:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Shaun Astarabadi 2009-04-13 18:41:44 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
Comment 1 Tim-Philipp Müller 2010-06-25 23:57:08 UTC

*** This bug has been marked as a duplicate of bug 622685 ***