Message.parseStateChanged

Extracts the old and new states from the GstMessage.

class Message
void
parseStateChanged

Parameters

oldstate GstState

the previous state, or NULL. out[allow-none]

newstate GstState

the new (current) state, or NULL. out[allow-none]

pending GstState

the pending (target) state, or NULL. out[allow-none]

Meta