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:
Tim-Philipp Müller 2013-08-10 11:31:23 +01:00
parent f3c4f74554
commit c329cc3aeb

View file

@ -648,7 +648,7 @@ gst_pipeline_get_clock (GstPipeline * pipeline)
/**
* gst_pipeline_use_clock:
* @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
* always use the given clock even if new clock providers are added