From 22abe6fbcfa724e4ed0b5428849153bb8817e809 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 25 Nov 2009 14:21:50 +0200 Subject: [PATCH] docs: document new event in enum --- gst/gstevent.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst/gstevent.h b/gst/gstevent.h index 72a69fd626..454dd5fdeb 100644 --- a/gst/gstevent.h +++ b/gst/gstevent.h @@ -84,6 +84,9 @@ typedef enum { * @GST_EVENT_NEWSEGMENT: A new media segment follows in the dataflow. * @GST_EVENT_TAG: A new set of metadata tags has been found in the stream. * @GST_EVENT_BUFFERSIZE: Notification of buffering requirements + * @GST_EVENT_SINK_MESSAGE: An event that sinks turn into a message. Used to + * send messages that should be emitted in sync with + * rendering. * @GST_EVENT_QOS: A quality message. Used to indicate to upstream elements * that the downstream elements are being starved of or * flooded with data.