Message.newStateDirty

gst.message.Message newStateDirty(gst.object.ObjectWrap src = null)

Create a state dirty message. This message is posted whenever an element changed its state asynchronously and is used internally to update the states of container objects.

Parameters

srcThe object originating the message

Returns

the new state dirty message.

MT safe.