Top |
#define | GST_CHECK_PLUGINS_BASE_VERSION() |
void | gst_plugins_base_version () |
gchar * | gst_plugins_base_version_string () |
#define | GST_PLUGINS_BASE_VERSION_MAJOR |
#define | GST_PLUGINS_BASE_VERSION_MINOR |
#define | GST_PLUGINS_BASE_VERSION_MICRO |
#define | GST_PLUGINS_BASE_VERSION_NANO |
Use the GST_PLUGINS_BASE_VERSION_* macros e.g. to check what version of
gst-plugins-base you are building against, and gst_plugins_base_version()
if you need to check at runtime what version of the gst-plugins-base
libraries are being used / you are currently linked against.
The version macros get defined by including <gst/pbutils/pbutils.h>.
void gst_plugins_base_version (guint *major
,guint *minor
,guint *micro
,guint *nano
);
Gets the version number of the GStreamer Plugins Base libraries.
gchar *
gst_plugins_base_version_string (void
);
This function returns a string that is useful for describing this version of GStreamer's gst-plugins-base libraries to the outside world: user agent strings, logging, about dialogs ...
#define GST_PLUGINS_BASE_VERSION_MAJOR (1)
The major version of GStreamer's gst-plugins-base libraries at compile time.
#define GST_PLUGINS_BASE_VERSION_MINOR (10)
The minor version of GStreamer's gst-plugins-base libraries at compile time.
#define GST_PLUGINS_BASE_VERSION_MICRO (5)
The micro version of GStreamer's gst-plugins-base libraries at compile time.