diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-08-10 11:31:23 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-08-10 11:33:58 +0100 |
commit | d97aa274c2f69c4f0d4c75e09c16814eb49855a9 (patch) | |
tree | 77f6b0a98c3b2c1e2db28f2bcf6256e9f6f510d9 /gst/gstpipeline.c | |
parent | d4f6c8e0e69c5f581ab7fefd1b592f5b4701205c (diff) |
pipeline: g-i: allow clock to be NULL in gst_pipeline_use_clock()
https://bugzilla.gnome.org/show_bug.cgi?id=705751
Diffstat (limited to 'gst/gstpipeline.c')
-rw-r--r-- | gst/gstpipeline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstpipeline.c b/gst/gstpipeline.c index 51226a42e..5d1d4aedd 100644 --- a/gst/gstpipeline.c +++ b/gst/gstpipeline.c @@ -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 |