[gst-cvs] gstreamer: event: Add step event quark
Sebastian Dröge
slomo at kemper.freedesktop.org
Tue Nov 17 23:02:00 PST 2009
Module: gstreamer
Branch: master
Commit: 8d5c77535ef158604ba4137557f15546db720b45
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=8d5c77535ef158604ba4137557f15546db720b45
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Tue Nov 17 18:35:55 2009 +0100
event: Add step event quark
---
gst/gstevent.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gst/gstevent.c b/gst/gstevent.c
index 05f1251..917eed2 100644
--- a/gst/gstevent.c
+++ b/gst/gstevent.c
@@ -119,6 +119,7 @@ static GstEventQuarks event_quarks[] = {
{GST_EVENT_SEEK, "seek", 0},
{GST_EVENT_NAVIGATION, "navigation", 0},
{GST_EVENT_LATENCY, "latency", 0},
+ {GST_EVENT_STEP, "step", 0},
{GST_EVENT_CUSTOM_UPSTREAM, "custom-upstream", 0},
{GST_EVENT_CUSTOM_DOWNSTREAM, "custom-downstream", 0},
{GST_EVENT_CUSTOM_DOWNSTREAM_OOB, "custom-downstream-oob", 0},
More information about the Gstreamer-commits
mailing list