mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
pipeline: g-i: allow clock to be NULL in gst_pipeline_use_clock()
https://bugzilla.gnome.org/show_bug.cgi?id=705751
This commit is contained in:
parent
d4f6c8e0e6
commit
d97aa274c2
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ gst_pipeline_get_clock (GstPipeline * pipeline)
|
||||||
/**
|
/**
|
||||||
* gst_pipeline_use_clock:
|
* gst_pipeline_use_clock:
|
||||||
* @pipeline: a #GstPipeline
|
* @pipeline: a #GstPipeline
|
||||||
* @clock: (transfer none): the clock to use
|
* @clock: (transfer none) (allow-none): the clock to use
|
||||||
*
|
*
|
||||||
* Force @pipeline to use the given @clock. The pipeline will
|
* Force @pipeline to use the given @clock. The pipeline will
|
||||||
* always use the given clock even if new clock providers are added
|
* always use the given clock even if new clock providers are added
|
||||||
|
|
Loading…
Reference in a new issue