GST_VERSION_MAJOR  758 gst/gst.c        gst_plugin_register_static (GST_VERSION_MAJOR, GST_VERSION_MINOR,
GST_VERSION_MAJOR 1127 gst/gst.c        *major = GST_VERSION_MAJOR;
GST_VERSION_MAJOR  505 gst/gstplugin.c   if (major != GST_VERSION_MAJOR || minor != GST_VERSION_MINOR)
GST_VERSION_MAJOR   86 plugins/elements/gstelements.c GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MAJOR   39 plugins/indexers/gstindexers.c GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MAJOR   86 tests/check/gst/gst.c   assert_equals_int (major, GST_VERSION_MAJOR);
GST_VERSION_MAJOR   68 tests/check/gst/gstplugin.c GST_PLUGIN_DEFINE_STATIC (GST_VERSION_MAJOR, GST_VERSION_MINOR, "plugin-1",
GST_VERSION_MAJOR   72 tests/check/gst/gstplugin.c GST_PLUGIN_DEFINE_STATIC (GST_VERSION_MAJOR, GST_VERSION_MINOR, "plugin-2",
GST_VERSION_MAJOR   76 tests/check/gst/gstplugin.c GST_PLUGIN_DEFINE_STATIC (GST_VERSION_MAJOR, GST_VERSION_MINOR, "plugin-3",
GST_VERSION_MAJOR   97 tests/check/gst/gstplugin.c   GST_VERSION_MAJOR,
GST_VERSION_MAJOR  116 tests/check/gst/gstplugin.c   fail_unless (gst_plugin_register_static (GST_VERSION_MAJOR,
GST_VERSION_MAJOR  319 tests/check/gst/gstplugin.c           GST_VERSION_MAJOR, GST_VERSION_MINOR, GST_VERSION_MICRO) == FALSE,
GST_VERSION_MAJOR  323 tests/check/gst/gstplugin.c           GST_VERSION_MAJOR + 1, GST_VERSION_MINOR, GST_VERSION_MICRO) == TRUE,
GST_VERSION_MAJOR  327 tests/check/gst/gstplugin.c           GST_VERSION_MAJOR, GST_VERSION_MINOR + 1, GST_VERSION_MICRO) == TRUE,
GST_VERSION_MAJOR  334 tests/check/gst/gstplugin.c             GST_VERSION_MAJOR, GST_VERSION_MINOR, GST_VERSION_MICRO + 1) ==
GST_VERSION_MAJOR  338 tests/check/gst/gstplugin.c             GST_VERSION_MAJOR, GST_VERSION_MINOR, GST_VERSION_MICRO + 1) ==
GST_VERSION_MAJOR  342 tests/check/gst/gstplugin.c   if (GST_VERSION_MAJOR > 0) {
GST_VERSION_MAJOR  344 tests/check/gst/gstplugin.c             GST_VERSION_MAJOR - 1, GST_VERSION_MINOR,
GST_VERSION_MAJOR  350 tests/check/gst/gstplugin.c             GST_VERSION_MAJOR, GST_VERSION_MINOR - 1,
GST_VERSION_MAJOR  356 tests/check/gst/gstplugin.c             GST_VERSION_MAJOR, GST_VERSION_MINOR,
GST_VERSION_MAJOR  361 tests/check/gst/gstplugin.c           GST_VERSION_MAJOR, GST_VERSION_MINOR, GST_VERSION_MICRO) == TRUE,
GST_VERSION_MAJOR  259 tests/check/gst/gstpreset.c   gst_plugin_register_static (GST_VERSION_MAJOR,
GST_VERSION_MAJOR   52 tools/tools.h          GST_VERSION_MAJOR, GST_VERSION_MINOR, GST_VERSION_MICRO);
GST_VERSION_MAJOR   65 tools/tools.h    s = g_strdup_printf ("%s-%u.%u", tool, GST_VERSION_MAJOR, GST_VERSION_MINOR);
GST_VERSION_MAJOR   81 win32/common/gstversion.h     (GST_VERSION_MAJOR > (major) || \
GST_VERSION_MAJOR   82 win32/common/gstversion.h      (GST_VERSION_MAJOR == (major) && GST_VERSION_MINOR > (minor)) || \
GST_VERSION_MAJOR   83 win32/common/gstversion.h      (GST_VERSION_MAJOR == (major) && GST_VERSION_MINOR == (minor) && \