mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
design/synchronisation: move defining information to GstClock intro
This commit is contained in:
parent
c49652ccb0
commit
8b9aa26242
1 changed files with 2 additions and 4 deletions
|
@ -15,7 +15,8 @@ components:
|
||||||
## A GstClock
|
## A GstClock
|
||||||
|
|
||||||
This object provides a counter that represents the current time in
|
This object provides a counter that represents the current time in
|
||||||
nanoseconds. This value is called the absolute\_time.
|
nanoseconds. This value is called the absolute\_time. A `GstClock`
|
||||||
|
always counts time upwards and does not necessarily start at 0.
|
||||||
|
|
||||||
Different sources exist for this counter:
|
Different sources exist for this counter:
|
||||||
|
|
||||||
|
@ -37,9 +38,6 @@ in the pipeline. The `GstPipeline` object will select a clock from all the
|
||||||
providers and will distribute it to all other elements (see
|
providers and will distribute it to all other elements (see
|
||||||
[gstpipeline](design/gstpipeline.md)).
|
[gstpipeline](design/gstpipeline.md)).
|
||||||
|
|
||||||
A `GstClock` always counts time upwards and does not necessarily start at
|
|
||||||
0.
|
|
||||||
|
|
||||||
While it is possible, it is not recommended to create a clock derived
|
While it is possible, it is not recommended to create a clock derived
|
||||||
from the contents of a stream (for example, create a clock from the PCR
|
from the contents of a stream (for example, create a clock from the PCR
|
||||||
in an mpeg-ts stream).
|
in an mpeg-ts stream).
|
||||||
|
|
Loading…
Reference in a new issue