mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
dashdemux: Make sure to pass the next buffer after a seek with DISCONT flag
When we manually seek for skipping ahead in keyunit-only trickmode, we have to enforce that ourselves as adaptivedemux does not know about the seeks.
This commit is contained in:
parent
d884ec2904
commit
d5eee31918
1 changed files with 2 additions and 0 deletions
|
@ -1537,6 +1537,8 @@ gst_dash_demux_stream_seek (GstAdaptiveDemuxStream * stream, gboolean forward,
|
|||
}
|
||||
}
|
||||
|
||||
stream->discont = TRUE;
|
||||
|
||||
return GST_FLOW_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue