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 707688 - matroskademux: leaking buffer and caps when parsing attachments
matroskademux: leaking buffer and caps when parsing attachments
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 1.1.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-07 14:41 UTC by Matej Knopp
Modified: 2013-09-18 16:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (858 bytes, patch)
2013-09-07 14:41 UTC, Matej Knopp
committed Details | Review

Description Matej Knopp 2013-09-07 14:41:00 UTC
Created attachment 254349 [details] [review]
Patch

GstSample doesn't take ownership of either buffer or caps
Comment 1 Tim-Philipp Müller 2013-09-07 14:54:15 UTC
Pushed, thanks:

 commit a5ceab82dd8658bf2e81aff95891962340eef6be
 Author: Matej Knopp <matej.knopp@gmail.com>
 Date:   Sat Sep 7 16:37:03 2013 +0200

    matroskademux: fix leaking buffer and caps
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707688