mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
ges-meta-container: Fix g-i annotation
ges-meta-container.c:516: Warning: GES: invalid "allow-none" annotation: only valid for pointer types and out parameters
This commit is contained in:
parent
50d58678e0
commit
bdbd485ad0
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ ges_meta_container_register_meta_ ## name (GESMetaContainer *container,\
|
|||
* @container: Target container
|
||||
* @flags: The #GESMetaFlag to be used
|
||||
* @meta_item: Name of the meta item to set
|
||||
* @value: (allow-none): Value to set
|
||||
* @value: Value to set
|
||||
*
|
||||
* Sets a static meta on @container. This method lets you define static
|
||||
* metadatas, which means that the type of the registered will be the only
|
||||
|
|
Loading…
Reference in a new issue