mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
docs: document new event in enum
This commit is contained in:
parent
7ff832d36e
commit
22abe6fbcf
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue