mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
avidemux: push mode: find the correct chunk for segment following seek
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684977
This commit is contained in:
parent
f0db4a8213
commit
511dfa5ee5
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ gst_avi_demux_handle_sink_event (GstPad * pad, GstObject * parent,
|
|||
k = i;
|
||||
}
|
||||
/* exact match needs no further searching */
|
||||
if (stream->index[index].offset == segment.start)
|
||||
if (stream->index[index].offset == boffset)
|
||||
break;
|
||||
} while (++i < avi->num_streams);
|
||||
boffset -= 8;
|
||||
|
|
Loading…
Reference in a new issue