pipeline: add allow-none annotation for gst_pipeline_new()'s name property
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 15 Jan 2013 09:42:20 +0000 (09:42 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 15 Jan 2013 09:42:20 +0000 (09:42 +0000)
gst/gstpipeline.c

index b8e4ebc..6a603e4 100644 (file)
@@ -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.
  *