Message.parseStreamStatus
void parseStreamStatus(out gst.types.StreamStatusType type, out gst.element.Element owner)Extracts the stream status type and owner the GstMessage. The returned owner remains valid for as long as the reference to message is valid and should thus not be unreffed.
MT safe.
Parameters
type | A pointer to hold the status type |
owner | The owner element of the message source |