mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
Revert "Revert "dashdemux: When doing SIDX seeking, return instead of overriding the timestamp with 0 from the MPD seeking method""
This reverts commit aea2c13fc1
.
This commit is contained in:
parent
18e5e64b05
commit
02f688ee9d
1 changed files with 2 additions and 0 deletions
|
@ -1222,6 +1222,8 @@ gst_dash_demux_stream_seek (GstAdaptiveDemuxStream * stream, gboolean forward,
|
||||||
/* FIXME - the final_ts won't be correct here */
|
/* FIXME - the final_ts won't be correct here */
|
||||||
dashstream->pending_seek_ts = ts;
|
dashstream->pending_seek_ts = ts;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return GST_FLOW_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
gst_mpd_client_stream_seek (dashdemux->client, dashstream->active_stream,
|
gst_mpd_client_stream_seek (dashdemux->client, dashstream->active_stream,
|
||||||
|
|
Loading…
Reference in a new issue