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 318041 - ghost pad and buffer probes don't mix well
ghost pad and buffer probes don't mix well
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: NONE
Assigned To: Andy Wingo
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-05 18:50 UTC by Thomas Vander Stichele
Modified: 2006-04-01 10:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test case (348 bytes, text/plain)
2006-04-01 10:24 UTC, Thomas Vander Stichele
Details

Description Thomas Vander Stichele 2005-10-05 18:50:51 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 ?
Comment 1 Andy Wingo 2005-10-21 12:42:28 UTC
Do you have a test case?
Comment 2 Andy Wingo 2006-01-16 15:19:09 UTC
Ping?
Comment 3 Thomas Vander Stichele 2006-04-01 10:24:50 UTC
Created attachment 62520 [details]
test case

test case that follows the recipe, but works
Comment 4 Thomas Vander Stichele 2006-04-01 10:25:23 UTC
with current GStreamer, this test works, so I'm closing the bug.