tsdemux: remove ignored assignment
Function goes to done before the value set in start_offset is ever used.
This commit is contained in:
parent
045bfa10fe
commit
7aed8e184f
@ -829,7 +829,6 @@ gst_ts_demux_do_seek (MpegTSBase * base, GstEvent * event)
|
||||
goto done;
|
||||
}
|
||||
} else {
|
||||
start_offset = GST_CLOCK_TIME_NONE;
|
||||
for (tmp = demux->program->stream_list; tmp; tmp = tmp->next) {
|
||||
TSDemuxStream *stream = tmp->data;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user