From 1a3986d0162b8c54107832f8e3e9e5416d78e52c Mon Sep 17 00:00:00 2001 From: Linus Svensson Date: Tue, 23 Feb 2016 15:55:13 +0100 Subject: matroska-demux: Unref seek event https://bugzilla.gnome.org/show_bug.cgi?id=762542 --- gst/matroska/matroska-demux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c index f176ce0c6..40535f0cf 100644 --- a/gst/matroska/matroska-demux.c +++ b/gst/matroska/matroska-demux.c @@ -2343,6 +2343,7 @@ gst_matroska_demux_handle_src_event (GstPad * pad, GstObject * parent, /* no seeking until we are (safely) ready */ if (demux->common.state != GST_MATROSKA_READ_STATE_DATA) { GST_DEBUG_OBJECT (demux, "not ready for seeking yet"); + gst_event_unref (event); return FALSE; } if (!demux->streaming) -- cgit v1.2.1