Adding GST_EVENT_RENEGOTIATE

Original commit message from CVS:
Adding GST_EVENT_RENEGOTIATE
This commit is contained in:
Julien Moutte 2003-11-07 17:17:06 +00:00
parent 458e4ada59
commit e72439148e

View file

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