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.
major |
pointer to a guint to store the major version number, or |
[out] |
minor |
pointer to a guint to store the minor version number, or |
[out] |
micro |
pointer to a guint to store the micro version number, or |
[out] |
nano |
pointer to a guint to store the nano version number, or |
[out] |
#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 (16)
The minor version of GStreamer's gst-plugins-base libraries at compile time.
#define GST_PLUGINS_BASE_VERSION_MICRO (1)
The micro version of GStreamer's gst-plugins-base libraries at compile time.