is_initialized

function is_initialized():Boolean {
    // Gjs wrapper for gst_is_initialized()
}

Use this function to check if GStreamer has been initialized with init or init_check.

Returns

TRUE if initialization has been done, FALSE otherwise.