diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-08-11 12:11:22 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-08-11 12:11:22 +0200 |
commit | 02f688ee9d5ca96639e96cf24371769214e162e0 (patch) | |
tree | 0e67d4adf92d1e9258333f6c990e820e199640d9 | |
parent | 18e5e64b05ac698d6a500d4cd585121203eb50e8 (diff) |
Revert "Revert "dashdemux: When doing SIDX seeking, return instead of overriding the timestamp with 0 from the MPD seeking method""
This reverts commit aea2c13fc1672a7260679d706d0a084a34ba7531.
-rw-r--r-- | ext/dash/gstdashdemux.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c index c8fe462a0..391fb6929 100644 --- a/ext/dash/gstdashdemux.c +++ b/ext/dash/gstdashdemux.c @@ -1222,6 +1222,8 @@ gst_dash_demux_stream_seek (GstAdaptiveDemuxStream * stream, gboolean forward, /* FIXME - the final_ts won't be correct here */ dashstream->pending_seek_ts = ts; } + + return GST_FLOW_OK; } gst_mpd_client_stream_seek (dashdemux->client, dashstream->active_stream, |