From 8bf0cbf4a89df8e6a71d79cc3232666f088886c1 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Wed, 8 Oct 2014 22:51:56 +0530 Subject: [PATCH] docs: Update GstQOSType documentation a bit Correction for who is producing data too fast, and some other minor clarifications. https://bugzilla.gnome.org/show_bug.cgi?id=738166 --- gst/gstevent.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gst/gstevent.h b/gst/gstevent.h index db3cb51..ee7e8e0 100644 --- a/gst/gstevent.h +++ b/gst/gstevent.h @@ -346,15 +346,15 @@ gst_event_take (GstEvent **old_event, GstEvent *new_event) /** * GstQOSType: - * @GST_QOS_TYPE_OVERFLOW: The QoS event type that is produced when downstream + * @GST_QOS_TYPE_OVERFLOW: The QoS event type that is produced when upstream * elements are producing data too quickly and the element can't keep up - * processing the data. Upstream should reduce their processing rate. This + * processing the data. Upstream should reduce their production rate. This * type is also used when buffers arrive early or in time. - * @GST_QOS_TYPE_UNDERFLOW: The QoS event type that is produced when downstream - * elements are producing data too slowly and need to speed up their processing - * rate. + * @GST_QOS_TYPE_UNDERFLOW: The QoS event type that is produced when upstream + * elements are producing data too slowly and need to speed up their + * production rate. * @GST_QOS_TYPE_THROTTLE: The QoS event type that is produced when the - * application enabled throttling to limit the datarate. + * application enabled throttling to limit the data rate. * * The different types of QoS events that can be given to the * gst_event_new_qos() method. -- 2.7.4