summaryrefslogtreecommitdiffstats
path: root/gst/id3demux
diff options
context:
space:
mode:
Diffstat (limited to 'gst/id3demux')
-rw-r--r--gst/id3demux/gstid3demux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/id3demux/gstid3demux.c b/gst/id3demux/gstid3demux.c
index 77bf0e46..0cf1de4a 100644
--- a/gst/id3demux/gstid3demux.c
+++ b/gst/id3demux/gstid3demux.c
@@ -694,6 +694,7 @@ gst_id3demux_sink_event (GstPad * pad, GstEvent * event)
arate, format, start, stop, position);
demux->newseg_update = update;
demux->need_newseg = TRUE;
+ gst_event_unref (event);
ret = TRUE;
break;
}