mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
pipeline: add allow-none annotation for gst_pipeline_new()'s name property
This commit is contained in:
parent
5ea8937f56
commit
b836ddf8c6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue