docs: fix typo

Retrive -> retrieve
This commit is contained in:
Thiago Santos 2015-11-30 11:00:07 -03:00
parent 167306dbe0
commit 8088d5354b
2 changed files with 5 additions and 5 deletions

View file

@ -1111,7 +1111,7 @@ gst_validate_media_info_compare (GstValidateMediaInfo * expected,
} }
if (extracted->stream_info == NULL || expected->stream_info == NULL) { 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; ret = FALSE;
} else if (expected->stream_info } else if (expected->stream_info
&& !gst_caps_is_equal_fixed (expected->stream_info->caps, && !gst_caps_is_equal_fixed (expected->stream_info->caps,

View file

@ -437,12 +437,12 @@ _check_scenario_is_done (GstValidateScenario * scenario)
* for a parameter of an action * for a parameter of an action
* @action: The action from which to retrieve the time for @name * @action: The action from which to retrieve the time for @name
* parameter. * 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 * @retval: (out): The return value for the wanted time
* *
* *
* Get a time value for the @name parameter of an action. This * 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, * 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 * then get it as a string and execute any formula taking into account
* the 'position' and 'duration' variables. And it will always convert that * 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: * gst_validate_register_action_type:
* @type_name: The name of the new action type to add * @type_name: The name of the new action type to add
* @implementer_namespace: The namespace of the implementer of the action type. * @implementer_namespace: The namespace of the implementer of the action type.
* That should always be the name of the GstPlugin as * That should always be the name of the GstPlugin as
* retrived with #gst_plugin_get_name when the action type * retrieved with #gst_plugin_get_name when the action type
* is register inside a plugin. * is register inside a plugin.
* @function: (scope notified): The function to be called to execute the action * @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 * @parameters: (allow-none) (array zero-terminated=1) (element-type GstValidate.ActionParameter): The #GstValidateActionParameter usable as parameter of the type