mastrokademux: Remove redundant assignment

The segment.position is unconditionnaly set few lines below.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1030>
This commit is contained in:
Nicolas Dufresne 2021-08-17 16:08:33 -04:00
parent d1cd310e42
commit 65deef0b0c

View file

@ -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;