diff options
author | Thiago Santos <thiagoss@osg.samsung.com> | 2015-11-30 11:00:07 -0300 |
---|---|---|
committer | Thiago Santos <thiagoss@osg.samsung.com> | 2015-12-04 19:03:53 -0300 |
commit | 8088d5354b9a4f90ad238b445f9b556c1dbb0cfe (patch) | |
tree | 035664b023386d409f8568839a9b9f8d57aa2377 | |
parent | 167306dbe019197f5c245afd4a46f41ba940aa06 (diff) |
docs: fix typo
Retrive -> retrieve
-rw-r--r-- | validate/gst/validate/gst-validate-media-info.c | 2 | ||||
-rw-r--r-- | validate/gst/validate/gst-validate-scenario.c | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/validate/gst/validate/gst-validate-media-info.c b/validate/gst/validate/gst-validate-media-info.c index b03b66d..59d270b 100644 --- a/validate/gst/validate/gst-validate-media-info.c +++ b/validate/gst/validate/gst-validate-media-info.c @@ -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, diff --git a/validate/gst/validate/gst-validate-scenario.c b/validate/gst/validate/gst-validate-scenario.c index 1236f5b..035ecb4 100644 --- a/validate/gst/validate/gst-validate-scenario.c +++ b/validate/gst/validate/gst-validate-scenario.c @@ -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 |