GNOME Bugzilla – Bug 318041
ghost pad and buffer probes don't mix well
Last modified: 2006-04-01 10:25:23 UTC
create a bin, put in an element with a src pad, ghost the src pad to the bin add a buffer probe to the ghost pad it will never get called, because the real pad doesn't have a buffer probe; also doesn't have a peer; so the real pad just drops the buffer Possible solutions: - if the real pad knows about the ghost pad, it can give the ghost pad a chance somehow - adding probes to a ghost pad should add the probes to the target pad - something else ?
Do you have a test case?
Ping?
Created attachment 62520 [details] test case test case that follows the recipe, but works
with current GStreamer, this test works, so I'm closing the bug.