mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
message: add new message quark
This commit is contained in:
parent
8ff6a082d7
commit
37fbb5e20f
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ static GstMessageQuarks message_quarks[] = {
|
|||
{GST_MESSAGE_REQUEST_STATE, "request-state", 0},
|
||||
{GST_MESSAGE_STEP_START, "step-start", 0},
|
||||
{GST_MESSAGE_QOS, "qos", 0},
|
||||
{GST_MESSAGE_PROGRESS, "progress", 0},
|
||||
{0, NULL, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue