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 674623 - [0.11] GstCollectPads unrefs FLUSH_START twice
[0.11] GstCollectPads unrefs FLUSH_START twice
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.11.x
Other All
: Normal major
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-23 13:57 UTC by Matej Knopp
Modified: 2012-04-23 15:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.52 KB, patch)
2012-04-23 13:57 UTC, Matej Knopp
none Details | Review

Description Matej Knopp 2012-04-23 13:57:50 UTC
Created attachment 212605 [details] [review]
Patch

gst_collect_pads_event_default calls gst_pad_event_default and then gst_event_unref for flush_start events.
Comment 1 Mark Nauwelaerts 2012-04-23 15:06:00 UTC
Thanks, committed a variation:

commit 6802189d684c756b7950eb92cae23ef3243c565b
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Mon Apr 23 17:04:57 2012 +0200

    collectpads: do not unref flush_start twice
    
    Based on patch by Matej Knopp <matej.knopp@gmail.com>