Added GST_EVENT_ANY as an event type that passes a GstStructure

Original commit message from CVS:
Added GST_EVENT_ANY as an event type that passes a GstStructure
This commit is contained in:
Jan Schmidt 2004-03-27 15:30:41 +00:00
parent 6013f7f244
commit 734bd34a92
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-03-28 Jan Schmidt <thaytan@mad.scientist.com>
* gst/gstevent.h:
Added GST_EVENT_ANY for GstEvents that pass a GstStructure
2004-03-25 David Schleef <ds@schleef.org>
* docs/gst/gstreamer-sections.txt: More doc hacking.

View file

@ -51,8 +51,9 @@ typedef enum {
GST_EVENT_TS_OFFSET = 13,
GST_EVENT_INTERRUPT = 14,
GST_EVENT_NAVIGATION = 15,
GST_EVENT_TAG = 16
GST_EVENT_TAG = 16
} GstEventType;
#define GST_EVENT_ANY GST_EVENT_NAVIGATION
#define GST_EVENT_TRACE_NAME "GstEvent"