From aea2c13fc1672a7260679d706d0a084a34ba7531 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 5 Aug 2016 09:16:58 +0200 Subject: [PATCH] Revert "dashdemux: When doing SIDX seeking, return instead of overriding the timestamp with 0 from the MPD seeking method" This reverts commit 947656cfd22b75f914d5abe0af82396787f67564. This makes all dash seeking tests fail. Needs more testing to fully understand what's going wrong. Revert ok'd by Sebastian --- ext/dash/gstdashdemux.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c index 7cda8f87ea..cba70b3979 100644 --- a/ext/dash/gstdashdemux.c +++ b/ext/dash/gstdashdemux.c @@ -1176,8 +1176,6 @@ 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,