From d67f8733acf9672adca039277eac54010091b35a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 17 Mar 2010 19:26:30 +0100 Subject: [PATCH] message: improve docs a little --- gst/gstmessage.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gst/gstmessage.c b/gst/gstmessage.c index 3376d9a7fa..a9ce3c89e3 100644 --- a/gst/gstmessage.c +++ b/gst/gstmessage.c @@ -1804,10 +1804,10 @@ gst_message_parse_step_start (GstMessage * message, gboolean * active, * @timestamp: the timestamps of the buffer that generated the message * @duration: the duration of the buffer that generated the message * - * A QOS message is posted on the bus whenever an element decides to: - * - * - drop a buffer because of QoS reasons - * - change its processing strategy because of QoS reasons (quality) + * A QOS message is posted on the bus whenever an element decides to drop a + * buffer because of QoS reasons or whenever it changes its processing strategy + * because of QoS reasons (quality adjustments such as processing at lower + * accuracy). * * This message can be posted by an element that performs synchronisation against the * clock (live) or it could be dropped by an element that performs QoS because of QOS