GStreamer.initCheck

Initializes the GStreamer library, setting up internal path lists, registering built-in elements, and loading standard plugins. This function will return FALSE if GStreamer could not be initialized for some reason. If you want your program to fail fatally, use gst_init() instead.

class GStreamer
static
int
initCheck
(
ref string[] argv
)

Parameters

argv string[]

pointer to application's argv. inout[array length=argc][allow-none]

Return Value

Type: int

TRUE if GStreamer could be initialized.

Throws

GException on failure.

Meta