mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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:
parent
d1cd310e42
commit
65deef0b0c
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue