GNOME Bugzilla – Bug 650987
0.10.34 gstreamer has pad_probe counting issues
Last modified: 2011-05-25 07:39:57 UTC
The attached example works if you run it without arguments (will print probes), and fails if you run it with. I suspect that there is something wrong with the removal of pad probes and event/data probe counters.
Created attachment 188487 [details] sample code triggering the bug
0.10.31 gstreamer on F-14 does not have this bug.
I have a feeling that I know the reason for this bug, trying to confirm this and fix it ;)
commit fe9d91f321b7544b412e7d16478be8adee7792c7 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Wed May 25 09:38:22 2011 +0200 gst: Don't use private GstPad API to add data/buffer/event probes This does not work anymore with latest core because of the pad cache that enables use of a fast path during data passing in many situations. Fixes bug #650987.