[gstreamer-bugs] [Bug 360438] Can't get GstBus of pipeline created with parse_bin_from_description()

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Oct 7 11:42:27 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=360438

  GStreamer | gstreamer (core) | Ver: 0.10.10


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG
   Target Milestone|HEAD                        |NONE




------- Comment #1 from Tim-Philipp Müller  2006-10-07 18:41 UTC -------
I don't think this is a bug.

gst_parse_bin_from_description() creates a _bin_, not a pipeline. This bin is
meant to be put into another bin or a top-level pipeline. Until then,
gst_element_get_bus() on it will return NULL.

Use gst_parse_launch() to get a top-level pipeline with bus (or better, use
gst_element_factory_make() to create a playbin element in this case).


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list