From: Tim-Philipp Müller Date: Tue, 15 Jan 2013 09:42:20 +0000 (+0000) Subject: pipeline: add allow-none annotation for gst_pipeline_new()'s name property X-Git-Tag: 1.1.1~321 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b836ddf8c68ce2fc1355c46f3ed51a617275dffc;p=platform%2Fupstream%2Fgstreamer.git pipeline: add allow-none annotation for gst_pipeline_new()'s name property --- diff --git a/gst/gstpipeline.c b/gst/gstpipeline.c index b8e4ebc..6a603e4 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. *