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 757895 - tsdemux: pending buffers leak when flushing
tsdemux: pending buffers leak when flushing
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.6.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-10 15:39 UTC by Nicolas Huet
Modified: 2015-11-16 07:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch removing the leak (1.16 KB, patch)
2015-11-10 15:39 UTC, Nicolas Huet
committed Details | Review

Description Nicolas Huet 2015-11-10 15:39:06 UTC
Created attachment 315193 [details] [review]
patch removing the leak

if the pending buffers are not pushed and the stream is removed, the pending buffers are not cleared.

I have attached a patch that fix the leak
Comment 1 Sebastian Dröge (slomo) 2015-11-11 14:36:32 UTC
commit 21a025c2a162d7ff8f99e69d61edfa19771939cb
Author: Nicolas Huet <nicolas.huet@parrot.com>
Date:   Tue Nov 10 16:32:37 2015 +0100

    tsdemux: fix pending buffers leak when flushing
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757895