mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
elementfactory: Add an allow-none annotation
https://bugzilla.gnome.org/show_bug.cgi?id=621773
This commit is contained in:
parent
c041915989
commit
2ecfa42fad
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ no_element:
|
|||
/**
|
||||
* gst_element_factory_make:
|
||||
* @factoryname: a named factory to instantiate
|
||||
* @name: name of new element
|
||||
* @name: (allow-none): name of new element
|
||||
*
|
||||
* Create a new element of the type defined by the given element factory.
|
||||
* If name is NULL, then the element will receive a guaranteed unique name,
|
||||
|
|
Loading…
Reference in a new issue