From d97aa274c2f69c4f0d4c75e09c16814eb49855a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 10 Aug 2013 11:31:23 +0100 Subject: [PATCH] pipeline: g-i: allow clock to be NULL in gst_pipeline_use_clock() https://bugzilla.gnome.org/show_bug.cgi?id=705751 --- gst/gstpipeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstpipeline.c b/gst/gstpipeline.c index 51226a42e7..5d1d4aedd9 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