mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
message: Fix typo in gst_message_new_progress() docs
test -> text
This commit is contained in:
parent
ba3cde30bf
commit
644584668f
1 changed files with 1 additions and 1 deletions
|
@ -2168,7 +2168,7 @@ gst_message_parse_qos_stats (GstMessage * message, GstFormat * format,
|
|||
* to perform actions triggered by a state change.
|
||||
*
|
||||
* @code contains a well defined string describing the action.
|
||||
* @test should contain a user visible string detailing the current action.
|
||||
* @text should contain a user visible string detailing the current action.
|
||||
*
|
||||
* Returns: (transfer full): The new qos message.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue