mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
mpegtsbase: fix double unref of seek event
This commit is contained in:
parent
cc40d49bed
commit
1fc5fffe08
1 changed files with 0 additions and 1 deletions
|
@ -1674,7 +1674,6 @@ mpegts_base_handle_seek_event (MpegTSBase * base, GstPad * pad,
|
||||||
/* First try if upstream supports seeking in TIME format */
|
/* First try if upstream supports seeking in TIME format */
|
||||||
if (gst_pad_push_event (base->sinkpad, gst_event_ref (event))) {
|
if (gst_pad_push_event (base->sinkpad, gst_event_ref (event))) {
|
||||||
GST_DEBUG ("upstream handled SEEK event");
|
GST_DEBUG ("upstream handled SEEK event");
|
||||||
gst_event_unref (event);
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
/* FIXME : Actually ... it is supported, we just need to convert
|
/* FIXME : Actually ... it is supported, we just need to convert
|
||||||
|
|
Loading…
Reference in a new issue