adaptivedemux: remove overwritten value

ret is overwitten before used with the return of the subclass seek.

CID #1352044
This commit is contained in:
Luis de Bethencourt 2016-02-08 23:17:34 +00:00
parent ae96e6bd51
commit 44c0d75cff

View file

@ -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 */