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>
Thu, 17 Jan 2013 10:33:57 +0000 (10:33 +0000)
gst/gstpipeline.c

index f92b5c34fd419c7cb530285708f11515eed9d415..a7bb9769f043f187393786f6e2e708677047b803 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.
  *