summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-08-11 12:11:22 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-08-11 12:11:22 +0200
commit02f688ee9d5ca96639e96cf24371769214e162e0 (patch)
tree0e67d4adf92d1e9258333f6c990e820e199640d9 /ext
parent18e5e64b05ac698d6a500d4cd585121203eb50e8 (diff)
Revert "Revert "dashdemux: When doing SIDX seeking, return instead of overriding the timestamp with 0 from the MPD seeking method""
Diffstat (limited to 'ext')
-rw-r--r--ext/dash/gstdashdemux.c2
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,