From: Reynaldo H. Verdejo Pinochet Date: Fri, 28 Apr 2017 23:58:54 +0000 (-0700) Subject: design: messages: add briefs for new context-related messages X-Git-Tag: 1.19.3~489^2~316 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c04cfda9f8c70b11eabce6b3ba2b187267a30c5;p=platform%2Fupstream%2Fgstreamer.git design: messages: add briefs for new context-related messages --- diff --git a/markdown/design/messages.md b/markdown/design/messages.md index 8b03a15..6873d76 100644 --- a/markdown/design/messages.md +++ b/markdown/design/messages.md @@ -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)