Gst.Message.new_state_dirty

function new_state_dirty(src:Gst.Object):Gst.Message {
    // Gjs wrapper for gst_message_new_state_dirty()
}

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.

src

the object originating the message

Returns

the new state dirty message. MT safe.