gst/gstevent.h (GstEventTypeFlags): New data type, the flags of the event type (upstr...
authorAndy Wingo <wingo@pobox.com>
Mon, 21 Nov 2005 11:06:42 +0000 (11:06 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 21 Nov 2005 11:06:42 +0000 (11:06 +0000)
commit33d5749b88c59ec9ca38919009640c01644c5743
tree533099407b97fce5b4cc1ce1ffe9bd88b3f128c7
parent60c50e8f119f2fb0b644476d9d0c32c64c93aa33
gst/gstevent.h (GstEventTypeFlags): New data type, the flags of the event type (upstream, downstream, serialized). Re...

Original commit message from CVS:
2005-11-21  Andy Wingo  <wingo@pobox.com>

* gst/gstevent.h (GstEventTypeFlags): New data type, the flags of
the event type (upstream, downstream, serialized). Renamed
GST_EVDIR_* and GST_EVSER to GST_EVENT_TYPE_*.
(GstEventType): Use GstEventTypeFlags. Rename CUSTOM_UP to
CUSTOM_UPSTREAM, CUSTOM_DS to CUSTOM_DOWNSTREAM, etc.

* gst/gstevent.c: Update for new CUSTOM event names.

* check/gst/gstevent.c: Update check for new CUSTOM event names.

* gst/gstevent.h:
* gst/gstevent.c (gst_event_type_get_flags): New function. Fixes
bug #319392.
ChangeLog
check/gst/gstevent.c
gst/gstevent.c
gst/gstevent.h
tests/check/gst/gstevent.c