Message.newRequestState

gst.message.Message newRequestState(gst.object.ObjectWrap src, gst.types.State state) static nothrow

This message can be posted by elements when they want to have their state changed. A typical use case would be an audio server that wants to pause the pipeline because a higher priority stream is being played.

Parameters

srcThe object originating the message.
stateThe new requested state

Returns

the new request state message.

MT safe.