message: improve docs a little

This commit is contained in:
Wim Taymans 2010-03-17 19:26:30 +01:00
parent 1a3257132d
commit d67f8733ac

View file

@ -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