mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
tsdemux: fix trivial coding style issue
https://bugzilla.gnome.org/show_bug.cgi?id=736531
This commit is contained in:
parent
6d767a09d8
commit
77b850c08d
1 changed files with 1 additions and 1 deletions
|
@ -1972,7 +1972,7 @@ calculate_and_push_newsegment (GstTSDemux * demux, TSDemuxStream * stream)
|
|||
if (demux->segment.rate > 0) {
|
||||
demux->segment.start = firstts;
|
||||
|
||||
if (GST_CLOCK_TIME_IS_VALID (demux->segment.stop) )
|
||||
if (GST_CLOCK_TIME_IS_VALID (demux->segment.stop))
|
||||
demux->segment.stop += firstts - demux->segment.start;
|
||||
demux->segment.position = firstts;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue