event: add sticky custom quark

This commit is contained in:
Wim Taymans 2011-11-28 15:35:21 +01:00
parent 5a4957eef6
commit 06b08e9877

View file

@ -122,6 +122,7 @@ static GstEventQuarks event_quarks[] = {
{GST_EVENT_CUSTOM_UPSTREAM, "custom-upstream", 0},
{GST_EVENT_CUSTOM_DOWNSTREAM, "custom-downstream", 0},
{GST_EVENT_CUSTOM_DOWNSTREAM_OOB, "custom-downstream-oob", 0},
{GST_EVENT_CUSTOM_DOWNSTREAM_STICKY, "custom-downstream-sticky", 0},
{GST_EVENT_CUSTOM_BOTH, "custom-both", 0},
{GST_EVENT_CUSTOM_BOTH_OOB, "custom-both-oob", 0},