mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
design: gstpipeline: improve _use_clock() note
This commit is contained in:
parent
df3b67ab9d
commit
975b68216e
1 changed files with 3 additions and 3 deletions
|
@ -64,9 +64,9 @@ The application can influence this clock selection with two methods:
|
||||||
`gst_pipeline_use_clock()` and `gst_pipeline_auto_clock()`.
|
`gst_pipeline_use_clock()` and `gst_pipeline_auto_clock()`.
|
||||||
|
|
||||||
The `_use_clock()` method forces the use of a specific clock on the
|
The `_use_clock()` method forces the use of a specific clock on the
|
||||||
pipeline regardless of what clock providers are children of the
|
pipeline regardless of what clock providers are available. Passing a
|
||||||
pipeline. Setting NULL disables the clock completely and makes the
|
NULL `GstClock *clock` parameter to this method disables all clocking
|
||||||
pipeline run as fast as possible.
|
and makes the pipeline run as fast as possible.
|
||||||
|
|
||||||
The `_auto_clock()` method removes the fixed clock and reactivates the
|
The `_auto_clock()` method removes the fixed clock and reactivates the
|
||||||
auto- matic clock selection algorithm described above.
|
auto- matic clock selection algorithm described above.
|
||||||
|
|
Loading…
Reference in a new issue