[gstreamer-bugs] [Bug 341029] New: Probes and pad blocking don't work on ghostpads of ghostpad

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon May 8 07:21:15 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=341029
 GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: Probes and pad blocking don't work on ghostpads of
                    ghostpad
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bilboed at bilboed.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


data/event/buffer probes and pad_blocking don't work on ghostpads of ghostpad
currently.

A simple way to test that (gst-python code):
***************
fakesink = gst.element_factory_make("fakesink")
bin1 = gst.Bin("bin1")
bin2 = gst.Bin("bin2")

bin1.add(fakesink)
bin2.add(bin1)

bin1.add_pad(gst.GhostPad("src", fakesink.get_pad("src"))
bin2.add_pad(gst.GhostPad("src", bin1.get_pad("src"))

bin2.get_pad("src").add_data_probe(myprobe)
***************
set to play, myprobe never gets called


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list