From 65deef0b0cd8716c0d06fa9445a5219edb700e40 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 17 Aug 2021 16:08:33 -0400 Subject: mastrokademux: Remove redundant assignment The segment.position is unconditionnaly set few lines below. Part-of: --- gst/matroska/matroska-demux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c index 3a49b2f7d..3f03b707f 100644 --- a/gst/matroska/matroska-demux.c +++ b/gst/matroska/matroska-demux.c @@ -4657,7 +4657,6 @@ gst_matroska_demux_parse_blockgroup_or_simpleblock (GstMatroskaDemux * demux, "using stored seek position %" GST_TIME_FORMAT, GST_TIME_ARGS (demux->common.segment.position)); clace_time = demux->common.segment.position; - segment->position = GST_CLOCK_TIME_NONE; } segment->start = clace_time; segment->stop = demux->common.segment.stop; -- cgit v1.2.3