Initializes the GStreamer library, setting up internal path lists,
registering built-in elements, and loading standard plugins.
Unless the plugin registry is disabled at compile time, the registry will be
loaded. By default this will also check if the registry cache needs to be
updated and rescan all plugins if needed. See gst_update_registry() for
details and section
Running GStreamer Applications
for how to disable automatic registry updates.
WARNING: This function will terminate your program if it was unable to
initialize GStreamer for some reason. If you want your program to fall back,
use gst_init_check() instead.
Initializes the GStreamer library, setting up internal path lists, registering built-in elements, and loading standard plugins.
Unless the plugin registry is disabled at compile time, the registry will be loaded. By default this will also check if the registry cache needs to be updated and rescan all plugins if needed. See
Running GStreamer Applications for how to disable automatic registry updates.gst_update_registry()for details and sectionWARNING: This function will terminate your program if it was unable to initialize GStreamer for some reason. If you want your program to fall back, use
gst_init_check()instead.