[gstreamer-bugs] [Bug 325259] New: blocking doesn't work on ghost pads

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Dec 29 12:52:30 PST 2005


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=325259
 GStreamer | gstreamer (core) | Ver: 0.10.0

           Summary: blocking doesn't work on ghost pads
           Product: GStreamer
           Version: 0.10.0
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: darkeye at tyrell.hu
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


when trying to call gst_pad_set_blocked_async() on ghost pads, they just don't
seem to work. they neither have an effect, nor is the block callback function
ever called that is passed to gst_pad_set_blocked_async().

as a workaround, one can check if a pad is a ghost pad, and block on the real
pad by retrieving it with gst_ghost_pad_get_target(). but this is an ugly
workaround.


-- 
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