mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Adding GST_EVENT_RENEGOTIATE
Original commit message from CVS: Adding GST_EVENT_RENEGOTIATE
This commit is contained in:
parent
458e4ada59
commit
e72439148e
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ typedef enum {
|
|||
GST_EVENT_FILLER = 12,
|
||||
GST_EVENT_TS_OFFSET = 13,
|
||||
GST_EVENT_INTERRUPT = 14,
|
||||
GST_EVENT_NAVIGATION = 15
|
||||
GST_EVENT_NAVIGATION = 15,
|
||||
GST_EVENT_RENEGOTIATE = 16
|
||||
} GstEventType;
|
||||
|
||||
extern GType _gst_event_type;
|
||||
|
|
Loading…
Reference in a new issue