Go to the documentation of this file.
30 #ifndef __GNASH_GST_VERSION_H__
31 #define __GNASH_GST_VERSION_H__
37 #ifndef GST_CHECK_VERSION
38 #define GST_CHECK_VERSION(major,minor,micro) \
39 (GST_VERSION_MAJOR > (major) || \
40 (GST_VERSION_MAJOR == (major) && GST_VERSION_MINOR > (minor)) || \
41 (GST_VERSION_MAJOR == (major) && GST_VERSION_MINOR == (minor) && \
42 GST_VERSION_MICRO >= (micro)))
45 #if GST_CHECK_VERSION(0,10,13)
46 # define GNASH_GST_PLUGIN_DEFINE GST_PLUGIN_DEFINE
48 # define GNASH_GST_PLUGIN_DEFINE GST_PLUGIN_DEFINE_STATIC
static LogFile & getDefaultInstance()
Definition: log.cpp:77
std::string name
Definition: LocalConnection_as.cpp:149
Top-level gnash exception.
Definition: GnashException.h:31
#define dbglogfile
Definition: gtkext.cpp:48
@ i
Definition: GnashKey.h:155
#define _(String)
Definition: log.h:44
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
#define PACKAGE
Definition: gnashconfig.h:556
void setDoSound(bool b)
Definition: Player.h:120
#define UNUSED(x)
Definition: utility.h:113
void log_error(StringType msg, Args... args)
Definition: log.h:283
void setDoRender(bool b)
Definition: Player.h:118
#define bindtextdomain(Domainname, Dirname)
Definition: gettext.h:66
#define VERBOSE_ACTION
Definition: log.h:359
void for_each(C &container, R(T::*pmf)(const A &), const A &arg)
Definition: Renderer_ogl.cpp:690
#define textdomain(Domainname)
Definition: gettext.h:65
size_t getHeight() const
Definition: Player.h:106
#define BRANCH_NICK
Definition: revno.h:2
#define COMMIT_ID
Definition: revno.h:3
int main(int argc, char *argv[])
Definition: gnash.cpp:96
std::vector< std::string > infiles
Definition: gnash.cpp:58
@ p
Definition: GnashKey.h:162
void run(int argc, char *argv[], const std::string &infile, const std::string &url="")
Play the movie at the given url/path.
Definition: Player.cpp:385
@ _1
Definition: GnashKey.h:95
void playFile(gnash::Player &player, int argc, char *argv[], const std::string &filename)
Definition: gnash.cpp:88
void listKeys(Iterator i)
Dump the registered keys to the iterator.
Definition: GnashFactory.h:88
std::string url
Definition: gnash.cpp:59
@ f
Definition: GnashKey.h:152
static RcInitFile & getDefaultInstance()
Return the default instance of RC file.
Definition: rc.cpp:61
static GnashFactory & instance()
Get the GnashFactory singleton.
Definition: GnashFactory.h:78
#define VERSION
Definition: gnashconfig.h:731
size_t getWidth() const
Definition: Player.h:103
#define VERBOSE_PARSE
Definition: log.h:354
@ e
Definition: GnashKey.h:151
#define BRANCH_REVNO
Definition: revno.h:1
void setHeight(DisplayObject &o, const as_value &val)
Definition: DisplayObject.cpp:365