#include <glibmm/error.h>Go to the source code of this file.
Namespaces | |
| namespace | GstBase |
Functions | |
| void | GstBase::init (int& argc, char**& argv) |
| Initializes gstreamerbasemm and gstreamermm, if it is not already initialized, parsing command line arguments. | |
| void | GstBase::init () |
| Initializes gstreamerbasemm and gstreamermm, if it is not already initialized, without parsing command line options. | |
| bool | GstBase::init_check (int& argc, char**& argv) |
| Initializes gstreamerbasemm and gstreamermm gracefully, if it is not already initialized, parsing command line options. | |
| bool | GstBase::init_check () |
| Initializes gstreamerbasemm and gstreamermm gracefully, if it is not already initialized, without parsing command line options. | |
1.5.7.1