From: Thibault Saunier Date: Mon, 6 Feb 2017 13:05:11 +0000 (-0300) Subject: ges-meta: Minor documenation fix X-Git-Tag: 1.19.3~493^2~854 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5f59a319b7e9c0379260a9e961741c53af86471;p=platform%2Fupstream%2Fgstreamer.git ges-meta: Minor documenation fix --- diff --git a/ges/ges-meta-container.c b/ges/ges-meta-container.c index aac4f5b..a622c88 100644 --- a/ges/ges-meta-container.c +++ b/ges/ges-meta-container.c @@ -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)