Message.newNeedContext

gst.message.Message newNeedContext(gst.object.ObjectWrap src, string contextType)

This message is posted when an element needs a specific #GstContext.

Parameters

srcThe object originating the message.
contextTypeThe context type that is needed

Returns

The new need-context message.

MT safe.