summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-10-01 16:47:05 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-10-01 16:47:43 +0300
commit644584668fd7e336d47086e4b2c0345dd7538444 (patch)
tree1082f47f637da9a2a70b0fa11cc7b73f6977589b /gst
parentba3cde30bf43e16500fffaa626581cb7ad19189d (diff)
message: Fix typo in gst_message_new_progress() docs
test -> text
Diffstat (limited to 'gst')
-rw-r--r--gst/gstmessage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstmessage.c b/gst/gstmessage.c
index 815485f174..764dfd88a3 100644
--- a/gst/gstmessage.c
+++ b/gst/gstmessage.c
@@ -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.
*/