message: Implement getting the name of the context message types

This commit is contained in:
Sebastian Dröge 2013-09-18 23:07:31 +02:00
parent 921ab73340
commit 8c09649de2

View file

@ -107,6 +107,8 @@ static GstMessageQuarks message_quarks[] = {
{GST_MESSAGE_TOC, "toc", 0},
{GST_MESSAGE_RESET_TIME, "reset-time", 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}
};