summaryrefslogtreecommitdiff
path: root/gst/gstevent.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-10-08 16:13:50 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-10-08 16:13:50 +0000
commitbed8c238f084086e4a73ce5325647343d376bfc9 (patch)
tree2fb0bdeb855366f4959354c721d0303ab5bda24e /gst/gstevent.c
parent06bc343e3f323310c792fb4de0809c601454061b (diff)
gst/gstevent.*: Fix event quark registration.
Original commit message from CVS: * gst/gstevent.c: * gst/gstevent.h: Fix event quark registration. Add some space between events so we can insert them in the right groups.
Diffstat (limited to 'gst/gstevent.c')
-rw-r--r--gst/gstevent.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/gstevent.c b/gst/gstevent.c
index 60d56cf78..8d8e0a096 100644
--- a/gst/gstevent.c
+++ b/gst/gstevent.c
@@ -72,9 +72,16 @@ static GstEventQuarks event_quarks[] = {
{GST_EVENT_NEWSEGMENT, "newsegment", 0},
{GST_EVENT_TAG, "tag", 0},
{GST_EVENT_FILLER, "filler", 0},
+ {GST_EVENT_BUFFERSIZE, "buffersize", 0},
{GST_EVENT_QOS, "qos", 0},
{GST_EVENT_SEEK, "seek", 0},
{GST_EVENT_NAVIGATION, "navigation", 0},
+ {GST_EVENT_CUSTOM_UP, "custom-up", 0},
+ {GST_EVENT_CUSTOM_DS, "custom-ds", 0},
+ {GST_EVENT_CUSTOM_DS_OOB, "custom-ds-oob", 0},
+ {GST_EVENT_CUSTOM_BOTH, "custom-both", 0},
+ {GST_EVENT_CUSTOM_BOTH_OOB, "custom-both-oob", 0},
+
{0, NULL, 0}
};