GNOME Bugzilla – Bug 325259
blocking doesn't work on ghost pads
Last modified: 2006-02-19 12:36:25 UTC
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.
ghostpads blocking/probes does not work, marking as duplicate as solving one problem will fix the other. *** This bug has been marked as a duplicate of 331727 ***