Gnash
0.8.10
|
#include <gst/gst.h>
Go to the source code of this file.
Defines | |
#define | GST_CHECK_VERSION(major, minor, micro) |
#define | GNASH_GST_PLUGIN_DEFINE GST_PLUGIN_DEFINE_STATIC |
#define GNASH_GST_PLUGIN_DEFINE GST_PLUGIN_DEFINE_STATIC |
#define GST_CHECK_VERSION | ( | major, | |
minor, | |||
micro | |||
) |
(GST_VERSION_MAJOR > (major) || \ (GST_VERSION_MAJOR == (major) && GST_VERSION_MINOR > (minor)) || \ (GST_VERSION_MAJOR == (major) && GST_VERSION_MINOR == (minor) && \ GST_VERSION_MICRO >= (micro)))