design: messages: add briefs for new context-related messages

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-04-28 16:58:54 -07:00
parent 7a37d47a0a
commit 4c04cfda9f

View 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)