mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
validate: scenario: fix typo/grammar issues in function documentation
This commit is contained in:
parent
018ca98fd9
commit
4349e11cb0
1 changed files with 7 additions and 7 deletions
|
@ -533,7 +533,7 @@ _check_scenario_is_done (GstValidateScenario * scenario)
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* 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 retrieved and compute a timed value of a given
|
* method should be called to retrieve 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
|
||||||
|
@ -588,8 +588,8 @@ gst_validate_action_get_clocktime (GstValidateScenario * scenario,
|
||||||
* @stop_type: The #GstSeekType of the stop value of the seek
|
* @stop_type: The #GstSeekType of the stop value of the seek
|
||||||
* @stop: The stop time of the seek
|
* @stop: The stop time of the seek
|
||||||
*
|
*
|
||||||
* Executes a seek event on the scenario' pipeline. You should always use
|
* Executes a seek event on the scenario's pipeline. You should always use
|
||||||
* that method when you want to execute a seek inside a new action types
|
* this method when you want to execute a seek inside a new action type
|
||||||
* so that the scenario state is updated taking into account that seek.
|
* so that the scenario state is updated taking into account that seek.
|
||||||
*
|
*
|
||||||
* For more information you should have a look at #gst_event_new_seek
|
* For more information you should have a look at #gst_event_new_seek
|
||||||
|
@ -2249,7 +2249,7 @@ cmp_klass_name (gconstpointer a, gconstpointer b)
|
||||||
* @scenario: a #GstValidateScenario
|
* @scenario: a #GstValidateScenario
|
||||||
* @action: a #GstValidateAction
|
* @action: a #GstValidateAction
|
||||||
*
|
*
|
||||||
* Returns all the elements in the pipeline whose the GST_ELEMENT_METADATA_KLASS
|
* Returns all the elements in the pipeline whose GST_ELEMENT_METADATA_KLASS
|
||||||
* matches the 'target-element-klass' of @action.
|
* matches the 'target-element-klass' of @action.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full) (element-type GstElement): a list of #GstElement
|
* Returns: (transfer full) (element-type GstElement): a list of #GstElement
|
||||||
|
@ -3540,7 +3540,7 @@ _action_set_done (GstValidateAction * action)
|
||||||
/* gst_validate_action_set_done:
|
/* gst_validate_action_set_done:
|
||||||
* @action: The action that is done executing
|
* @action: The action that is done executing
|
||||||
*
|
*
|
||||||
* Sets @action as "done" meaning that the next action can
|
* Sets @action as "done", meaning that the next action can
|
||||||
* now be executed.
|
* now be executed.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
@ -3572,7 +3572,7 @@ gst_validate_action_set_done (GstValidateAction * action)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_validate_action_get_scenario:
|
* gst_validate_action_get_scenario:
|
||||||
* @action: The action from which to retrieve the scenario
|
* @action: The action for which to retrieve the scenario
|
||||||
*
|
*
|
||||||
* Retrieve the scenario from which @action is executed.
|
* Retrieve the scenario from which @action is executed.
|
||||||
*
|
*
|
||||||
|
@ -3590,7 +3590,7 @@ gst_validate_action_get_scenario (GstValidateAction * action)
|
||||||
* @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
|
||||||
* retrieved 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 registered 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 GstValidateActionParameter): The #GstValidateActionParameter usable as parameter of the type
|
* @parameters: (allow-none) (array zero-terminated=1) (element-type GstValidateActionParameter): The #GstValidateActionParameter usable as parameter of the type
|
||||||
* @description: A description of the new type
|
* @description: A description of the new type
|
||||||
|
|
Loading…
Reference in a new issue