[gstreamer-bugs] [Bug 360438] New: 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 10:16:38 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

           Summary: Can't get GstBus of pipeline created with
                    parse_bin_from_description()
           Product: GStreamer
           Version: 0.10.10
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bugs at mathrick.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Below is a simple PyGst testcase:

from gst import *

pipe = gst_parse_bin_from_description('playbin
uri="file:///home/mathrick/Downloads/OST/Haibane Renmei - Blue Flow
{single}/03. Aoi Inori.mp3"', False)

bus = pipe.get_bus()
print bus

Replace the uri with something appropriate, and run, it'll print None. Yet the
pipeline can be played just fine. The same thing works when playbin is created
manually with factory_make().


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




More information about the Gstreamer-bugs mailing list