mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
aggregator: For the start time selection, only set the segment position
segment.time and segment.start can stay the same, and were always the same before anyway because of a mistake. https://bugzilla.gnome.org/show_bug.cgi?id=755623
This commit is contained in:
parent
92a80e6490
commit
3db4239aab
1 changed files with 0 additions and 2 deletions
|
@ -2216,8 +2216,6 @@ gst_aggregator_pad_chain_internal (GstAggregator * self,
|
||||||
self->segment.position = start_time;
|
self->segment.position = start_time;
|
||||||
else
|
else
|
||||||
self->segment.position = MIN (start_time, self->segment.position);
|
self->segment.position = MIN (start_time, self->segment.position);
|
||||||
self->segment.start = MIN (start_time, self->segment.start);
|
|
||||||
self->segment.time = MIN (start_time, self->segment.time);
|
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (self, "Selecting start time %" GST_TIME_FORMAT,
|
GST_DEBUG_OBJECT (self, "Selecting start time %" GST_TIME_FORMAT,
|
||||||
GST_TIME_ARGS (start_time));
|
GST_TIME_ARGS (start_time));
|
||||||
|
|
Loading…
Reference in a new issue