mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Minor documentation fix
This commit is contained in:
parent
5ae7515222
commit
b27078d8de
1 changed files with 2 additions and 2 deletions
|
@ -878,9 +878,9 @@ ges_meta_container_get_string (GESMetaContainer * container,
|
|||
/**
|
||||
* ges_meta_container_get_meta:
|
||||
* @container: Target container
|
||||
* @key: Get the key name of the meta to retrieve
|
||||
* @key: The key name of the meta to retrieve
|
||||
*
|
||||
* Gets the value of a given meta item, returns NULL if @meta_item
|
||||
* Gets the value of a given meta item, returns NULL if @key
|
||||
* can not be found.
|
||||
*
|
||||
* Returns: the #GValue corresponding to the meta with the given @key.
|
||||
|
|
Loading…
Reference in a new issue