Gst.Message.prototype.get_stream_status_object

function get_stream_status_object():GObject.Value {
    // Gjs wrapper for gst_message_get_stream_status_object()
}

Extracts the object managing the streaming thread from message.

Returns

a GValue containing the object that manages the streaming thread. This object is usually of type GstTask but other types can be added in the future. The object remains valid as long as message is valid.