commit | 8c09649de210ed562cbe9c2f93530a7fb20b02df | [log] [tgz] |
---|---|---|
author | Sebastian Dröge <slomo@circular-chaos.org> | Wed Sep 18 23:07:31 2013 +0200 |
committer | Sebastian Dröge <slomo@circular-chaos.org> | Wed Sep 18 23:07:31 2013 +0200 |
tree | 0535aab0a5e432dc1dc720b03eeba415b5e7767d | |
parent | 921ab73340747b7a29f7e12e5fc36a91cc3a35f1 [diff] |
message: Implement getting the name of the context message types
diff --git a/gst/gstmessage.c b/gst/gstmessage.c index ea4c5a9..1e6deff 100644 --- a/gst/gstmessage.c +++ b/gst/gstmessage.c
@@ -107,6 +107,8 @@ {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} };