From: Thibault Saunier Date: Wed, 15 Feb 2017 15:51:51 +0000 (-0300) Subject: Minor documentation fix X-Git-Tag: 1.19.3~493^2~850 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b27078d8de7b9aedcb0e5c6a25b5d7bfb7ea3167;p=platform%2Fupstream%2Fgstreamer.git Minor documentation fix --- diff --git a/ges/ges-meta-container.c b/ges/ges-meta-container.c index a622c88..883eb98 100644 --- a/ges/ges-meta-container.c +++ b/ges/ges-meta-container.c @@ -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.