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 650986 - [gst-python] Fix overrides of pad probes
[gst-python] Fix overrides of pad probes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-24 17:14 UTC by Andoni Morales
Modified: 2011-05-25 07:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix overrides of pad probes (1.90 KB, patch)
2011-05-24 17:14 UTC, Andoni Morales
none Details | Review
Fix overrides of pad probes (1.80 KB, patch)
2011-05-24 17:26 UTC, Andoni Morales
committed Details | Review

Description Andoni Morales 2011-05-24 17:14:04 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.
Comment 1 Andoni Morales 2011-05-24 17:26:01 UTC
Created attachment 188490 [details] [review]
Fix overrides of pad probes
Comment 2 Sebastian Dröge (slomo) 2011-05-25 07:07:01 UTC
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.