From 02f688ee9d5ca96639e96cf24371769214e162e0 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 11 Aug 2016 12:11:22 +0200 Subject: Revert "Revert "dashdemux: When doing SIDX seeking, return instead of overriding the timestamp with 0 from the MPD seeking method"" This reverts commit aea2c13fc1672a7260679d706d0a084a34ba7531. --- ext/dash/gstdashdemux.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext') 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, -- cgit v1.2.3