Function

Gst-1.0Gstinit_check

  • 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

    • Optionalargv: string[]

      pointer to application's argv

    Returns [boolean, string[]]

    true if GStreamer could be initialized.