mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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:
parent
6013f7f244
commit
734bd34a92
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue