pipeline: add allow-none annotation for gst_pipeline_new()'s name property

This commit is contained in:
Tim-Philipp Müller 2013-01-15 09:42:20 +00:00
parent 5ea8937f56
commit b836ddf8c6

View 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.
*