mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
gstsegment: Remove dead assignment
base is unconditionally written a couple of lines below
This commit is contained in:
parent
ceb86a586e
commit
c72321b260
1 changed files with 0 additions and 1 deletions
|
@ -244,7 +244,6 @@ gst_segment_do_seek (GstSegment * segment, gdouble rate,
|
|||
|
||||
update_start = update_stop = TRUE;
|
||||
|
||||
base = segment->base;
|
||||
position = segment->position;
|
||||
|
||||
if (flags & GST_SEEK_FLAG_FLUSH) {
|
||||
|
|
Loading…
Reference in a new issue