docs: fix typo
authorThiago Santos <thiagoss@osg.samsung.com>
Mon, 30 Nov 2015 14:00:07 +0000 (11:00 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Fri, 4 Dec 2015 22:03:53 +0000 (19:03 -0300)
Retrive -> retrieve

validate/gst/validate/gst-validate-media-info.c
validate/gst/validate/gst-validate-scenario.c

index b03b66d..59d270b 100644 (file)
@@ -1111,7 +1111,7 @@ gst_validate_media_info_compare (GstValidateMediaInfo * expected,
   }
 
   if (extracted->stream_info == NULL || expected->stream_info == NULL) {
-    g_print ("Stream infos could not be retrived, an error occured\n");
+    g_print ("Stream infos could not be retrieved, an error occured\n");
     ret = FALSE;
   } else if (expected->stream_info
       && !gst_caps_is_equal_fixed (expected->stream_info->caps,
index 1236f5b..035ecb4 100644 (file)
@@ -437,12 +437,12 @@ _check_scenario_is_done (GstValidateScenario * scenario)
  *            for a parameter of an action
  * @action: The action from which to retrieve the time for @name
  *          parameter.
- * @name: The name of the parameter for which to retrive a time
+ * @name: The name of the parameter for which to retrieve a time
  * @retval: (out): The return value for the wanted time
  *
  *
  * Get a time value for the @name parameter of an action. This
- * method should be called to retrived and compute a timed value of a given
+ * method should be called to retrieved and compute a timed value of a given
  * action. It will first try to retrieve the value as a double,
  * then get it as a string and execute any formula taking into account
  * the 'position' and 'duration' variables. And it will always convert that
@@ -3004,8 +3004,8 @@ gst_validate_action_get_scenario (GstValidateAction * action)
  * gst_validate_register_action_type:
  * @type_name: The name of the new action type to add
  * @implementer_namespace: The namespace of the implementer of the action type.
- *                         That  should always be the name of the GstPlugin as
- *                         retrived with #gst_plugin_get_name when the action type
+ *                         That should always be the name of the GstPlugin as
+ *                         retrieved with #gst_plugin_get_name when the action type
  *                         is register inside a plugin.
  * @function: (scope notified): The function to be called to execute the action
  * @parameters: (allow-none) (array zero-terminated=1) (element-type GstValidate.ActionParameter): The #GstValidateActionParameter usable as parameter of the type