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.
This function should be called before calling any other GLib functions. If
this is not an option, your program must initialise the GLib thread system
using g_thread_init() before any other GLib functions are called.
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. This function should be called before calling any other GLib functions. If this is not an option, your program must initialise the GLib thread system using g_thread_init() before any other GLib functions are called.