Details
GST_VERSION_MAJOR
#define GST_VERSION_MAJOR (0)
The major version of GStreamer at compile time:
GST_VERSION_MINOR
#define GST_VERSION_MINOR (10)
The minor version of GStreamer at compile time:
GST_VERSION_MICRO
#define GST_VERSION_MICRO (0)
The micro version of GStreamer at compile time:
GST_VERSION_NANO
#define GST_VERSION_NANO (0)
The nano version of GStreamer at compile time:
Actual releases have 0, CVS versions have 1, prerelease versions have 2-...