#include <glibmm/error.h>
#include <glibmm/optiongroup.h>
Go to the source code of this file.
Namespaces | |
namespace | Gst |
Functions | |
void | Gst::init (int& argc, char**& argv) |
Initializes the GStreamer library, setting up internal path lists, registering built-in elements, and loading standard plugins. | |
bool | Gst::init_check (int& argc, char**& argv) |
Initializes the GStreamer library, setting up internal path lists, registering built-in elements, and loading standard plugins. | |
Glib::OptionGroup | Gst::get_option_group () |
Returns a Glib::OptionGroup with GStreamer's argument specifications. |