design: messages: add briefs for new context-related messages
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Fri, 28 Apr 2017 23:58:54 +0000 (16:58 -0700)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Fri, 28 Apr 2017 23:58:54 +0000 (16:58 -0700)
markdown/design/messages.md

index 8b03a15..6873d76 100644 (file)
@@ -110,3 +110,7 @@ inform the application about the state of asynchronous operations.
 found one was updated.
 
 **`GST_MESSAGE_STREAM_START`**: Signals the start of a new stream.
+
+**`GST_MESSAGE_NEED_CONTEXT`**: Signals that an element wants a specific context (Since 1.2)
+
+**`GST_MESSAGE_HAVE_CONTEXT`**: Signals that an element created a context (Since 1.2)