mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
event: add sticky custom quark
This commit is contained in:
parent
5a4957eef6
commit
06b08e9877
1 changed files with 1 additions and 0 deletions
|
@ -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},
|
||||
|
||||
|
|
Loading…
Reference in a new issue