Gnash  0.8.11dev
Macros
gnash_gst_version.h File Reference
#include <gst/gst.h>

Go to the source code of this file.

Macros

#define GST_CHECK_VERSION(major, minor, micro)
 
#define GNASH_GST_PLUGIN_DEFINE   GST_PLUGIN_DEFINE_STATIC
 

Macro Definition Documentation

§ GNASH_GST_PLUGIN_DEFINE

#define GNASH_GST_PLUGIN_DEFINE   GST_PLUGIN_DEFINE_STATIC

§ GST_CHECK_VERSION

#define GST_CHECK_VERSION (   major,
  minor,
  micro 
)
Value:
(GST_VERSION_MAJOR > (major) || \
(GST_VERSION_MAJOR == (major) && GST_VERSION_MINOR > (minor)) || \
(GST_VERSION_MAJOR == (major) && GST_VERSION_MINOR == (minor) && \
GST_VERSION_MICRO >= (micro)))