mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
matroskademux: proper parse recovery after seek
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680427
This commit is contained in:
parent
33091e2bf5
commit
a5dfa3d689
1 changed files with 1 additions and 0 deletions
|
@ -1550,6 +1550,7 @@ gst_matroska_demux_move_to_entry (GstMatroskaDemux * demux,
|
|||
/* seek (relative to matroska segment) */
|
||||
/* position might be invalid; will error when streaming resumes ... */
|
||||
demux->common.offset = entry->pos + demux->common.ebml_segment_start;
|
||||
demux->next_cluster_offset = 0;
|
||||
|
||||
GST_DEBUG_OBJECT (demux,
|
||||
"Seeked to offset %" G_GUINT64_FORMAT ", block %d, " "time %"
|
||||
|
|
Loading…
Reference in a new issue