GNOME Bugzilla – Bug 650986
[gst-python] Fix overrides of pad probes
Last modified: 2011-05-25 07:07:10 UTC
Created attachment 188486 [details] [review] Fix overrides of pad probes When adding an event probe, the override of gst_pad_add_event_probe increases the counter for the buffer probes too. I have added some debug too to the buffer probe and the data probe.
Created attachment 188490 [details] [review] Fix overrides of pad probes
commit d4eb9e9bf95c50d5f9ee971ad83597ea14d12c4a Author: Andoni Morales Alastruey <amorales@flumotion.com> Date: Tue May 24 19:20:44 2011 +0200 gst: Fix override of pad probes Fixes bug #650986.