From 4c04cfda9f8c70b11eabce6b3ba2b187267a30c5 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 28 Apr 2017 16:58:54 -0700 Subject: [PATCH] design: messages: add briefs for new context-related messages --- markdown/design/messages.md | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.7.4