mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
ges-meta: Minor documenation fix
This commit is contained in:
parent
53c5bc069c
commit
c5f59a319b
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ ges_meta_container_get_string (GESMetaContainer * container,
|
|||
* Gets the value of a given meta item, returns NULL if @meta_item
|
||||
* can not be found.
|
||||
*
|
||||
* Returns: %TRUE if the vale could be optained %FALSE otherwize
|
||||
* Returns: the #GValue corresponding to the meta with the given @key.
|
||||
*/
|
||||
const GValue *
|
||||
ges_meta_container_get_meta (GESMetaContainer * container, const gchar * key)
|
||||
|
|
Loading…
Reference in a new issue