From 734bd34a921504126b2e553e5c905a300009e3cb Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 27 Mar 2004 15:30:41 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ gst/gstevent.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b267045..017e8d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-28 Jan Schmidt + + * gst/gstevent.h: + Added GST_EVENT_ANY for GstEvents that pass a GstStructure + 2004-03-25 David Schleef * docs/gst/gstreamer-sections.txt: More doc hacking. diff --git a/gst/gstevent.h b/gst/gstevent.h index 9eaec60..08e575f 100644 --- a/gst/gstevent.h +++ b/gst/gstevent.h @@ -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" -- 2.7.4