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 748584 - matroskademux: fix seek event leak in push mode
matroskademux: fix seek event leak in push mode
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-28 14:01 UTC by Guillaume Desmottes
Modified: 2015-04-28 18:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
matroskademux: fix seek event leak (1.27 KB, patch)
2015-04-28 14:02 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2015-04-28 14:01:39 UTC
.
Comment 1 Guillaume Desmottes 2015-04-28 14:02:18 UTC
Created attachment 302514 [details] [review]
matroskademux: fix seek event leak

gst_matroska_demux_handle_seek_event() doesn't consume the event so we have to
unref it.
Comment 2 Tim-Philipp Müller 2015-04-28 18:26:57 UTC
Pushed, thanks for the patch:

commit 7f4f4131df6d419080285ae5d22cfe45a7b8278c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Apr 28 15:59:25 2015 +0200

    matroskademux: fix seek event leak
    
    gst_matroska_demux_handle_seek_event() doesn't consume the
    event so we have to unref it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748584