tsdemux: fix trivial coding style issue

https://bugzilla.gnome.org/show_bug.cgi?id=736531
This commit is contained in:
Aurélien Zanelli 2014-09-12 09:30:04 +02:00 committed by Edward Hervey
parent 6d767a09d8
commit 77b850c08d

View file

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