After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 325259 - blocking doesn't work on ghost pads
blocking doesn't work on ghost pads
Status: RESOLVED DUPLICATE of bug 331727
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.0
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-29 20:52 UTC by Akos Maroy
Modified: 2006-02-19 12:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Akos Maroy 2005-12-29 20:52:29 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.
Comment 1 Wim Taymans 2006-02-19 12:36:25 UTC
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 ***