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 736861 - playbin: Reference count bug
playbin: Reference count bug
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.4.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-18 08:52 UTC by Andrei Sarakeev
Modified: 2014-09-19 06:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.09 KB, patch)
2014-09-18 08:52 UTC, Andrei Sarakeev
none Details | Review
fix refcount bug (1.09 KB, patch)
2014-09-18 08:55 UTC, Andrei Sarakeev
committed Details | Review

Description Andrei Sarakeev 2014-09-18 08:52:58 UTC
Created attachment 286451 [details] [review]
patch

g_object_get (combiner, "active-pad", &old_sinkpad, NULL);
increases the ref count of the pad but this is never decrease
Comment 1 Andrei Sarakeev 2014-09-18 08:55:47 UTC
Created attachment 286452 [details] [review]
fix refcount bug
Comment 2 Sebastian Dröge (slomo) 2014-09-18 09:52:47 UTC
commit 2133a98eb1ad5953ab1d88ed9430d19276f0d5b1
Author: Andrei Sarakeev <sarakusha@gmail.com>
Date:   Thu Sep 18 12:29:37 2014 +0400

    playbin: Don't leak input-selector sinkpads
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736861