From b836ddf8c68ce2fc1355c46f3ed51a617275dffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 15 Jan 2013 09:42:20 +0000 Subject: [PATCH] pipeline: add allow-none annotation for gst_pipeline_new()'s name property --- gst/gstpipeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstpipeline.c b/gst/gstpipeline.c index b8e4ebcb73..6a603e4d00 100644 --- a/gst/gstpipeline.c +++ b/gst/gstpipeline.c @@ -290,7 +290,7 @@ reset_start_time (GstPipeline * pipeline, GstClockTime start_time) /** * gst_pipeline_new: - * @name: name of new pipeline + * @name: (allow-none): name of new pipeline * * Create a new pipeline with the given name. * -- GitLab