design: segments: fix typo

This commit is contained in:
Tim-Philipp Müller 2017-02-16 09:02:24 +00:00
parent 4fa71e48dd
commit 04dbb74b78

View file

@ -73,7 +73,7 @@ render_time = BUFFER_TIMESTAMP - segment_start + element->base_time
It then syncs against the clock with this `render_time`. Note that
`BUFFER_TIMESTAMP` is always >= `segment_start` or else it would fall outside
of the configure segment.
of the configured segment.
Videosink reports its current position as (simplified):