initCheck
fn
bool initCheck(ref string[] argv)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.
Parameters
argv | Array of program arguments or null to not process them. |
Returns
true if GStreamer could be initialized.
Throws
[ErrorWrap]