mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
adaptivedemux: remove overwritten value
ret is overwitten before used with the return of the subclass seek. CID #1352044
This commit is contained in:
parent
ae96e6bd51
commit
44c0d75cff
1 changed files with 1 additions and 2 deletions
|
@ -1343,8 +1343,7 @@ gst_adaptive_demux_src_event (GstPad * pad, GstObject * parent,
|
|||
ts = stop;
|
||||
}
|
||||
|
||||
ret =
|
||||
demux_class->stream_seek (stream, rate >= 0, stream_seek_flags, ts,
|
||||
demux_class->stream_seek (stream, rate >= 0, stream_seek_flags, ts,
|
||||
&ts);
|
||||
|
||||
/* replace event with a new one without snaping to seek on all streams */
|
||||
|
|
Loading…
Reference in a new issue