mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
message: Implement getting the name of the context message types
This commit is contained in:
parent
921ab73340
commit
8c09649de2
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@ static GstMessageQuarks message_quarks[] = {
|
||||||
{GST_MESSAGE_TOC, "toc", 0},
|
{GST_MESSAGE_TOC, "toc", 0},
|
||||||
{GST_MESSAGE_RESET_TIME, "reset-time", 0},
|
{GST_MESSAGE_RESET_TIME, "reset-time", 0},
|
||||||
{GST_MESSAGE_STREAM_START, "stream-start", 0},
|
{GST_MESSAGE_STREAM_START, "stream-start", 0},
|
||||||
|
{GST_MESSAGE_NEED_CONTEXT, "need-context", 0},
|
||||||
|
{GST_MESSAGE_HAVE_CONTEXT, "have-context", 0},
|
||||||
{0, NULL, 0}
|
{0, NULL, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue