message: Implement getting the name of the context message types
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 18 Sep 2013 21:07:31 +0000 (23:07 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 18 Sep 2013 21:07:31 +0000 (23:07 +0200)
gst/gstmessage.c

index ea4c5a9..1e6deff 100644 (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}
 };