Gnash  0.8.11dev
gnash_gst_version.h
Go to the documentation of this file.
1 /* GStreamer
2  * Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu>
3  * 2000 Wim Taymans <wtay@chello.be>
4  *
5  * gstversion.h: Version information for GStreamer
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Library General Public
9  * License as published by the Free Software Foundation; either
10  * version 2 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15  * Library General Public License for more details.
16  *
17  * You should have received a copy of the GNU Library General Public
18  * License along with this library; if not, write to the
19  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20  * Boston, MA 02111-1307, USA.
21  */
22 
23 /*
24  * NOTE: this file is derived from gst/gstversion.h. However, since no
25  * nontrivial modifications were made it does not meet the originality
26  * requirements for copyrightability of derivative works. The copyright
27  * of this file, therefore, remains with the original authors.
28  */
29 
30 #ifndef __GNASH_GST_VERSION_H__
31 #define __GNASH_GST_VERSION_H__
32 
33 #include <gst/gst.h>
34 
35 G_BEGIN_DECLS
36 
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)))
43 #endif
44 
45 #if GST_CHECK_VERSION(0,10,13)
46 # define GNASH_GST_PLUGIN_DEFINE GST_PLUGIN_DEFINE
47 #else
48 # define GNASH_GST_PLUGIN_DEFINE GST_PLUGIN_DEFINE_STATIC
49 #endif
50 
51 G_END_DECLS
52 
53 #endif /* __GNASH_GST_VERSION_H__ */
gnash::LogFile::getDefaultInstance
static LogFile & getDefaultInstance()
Definition: log.cpp:77
gnash::Player
Definition: Player.h:58
Player.h
name
std::string name
Definition: LocalConnection_as.cpp:149
gnash::GnashException
Top-level gnash exception.
Definition: GnashException.h:31
dbglogfile
#define dbglogfile
Definition: gtkext.cpp:48
gnash::key::i
@ i
Definition: GnashKey.h:155
gnash::LogFile
Definition: log.h:64
rc.h
_
#define _(String)
Definition: log.h:44
MediaHandler.h
gnash
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
GnashFactory.h
PACKAGE
#define PACKAGE
Definition: gnashconfig.h:556
utility.h
gnash::Player::setDoSound
void setDoSound(bool b)
Definition: Player.h:120
UNUSED
#define UNUSED(x)
Definition: utility.h:113
gnash::log_error
void log_error(StringType msg, Args... args)
Definition: log.h:283
gnash::Player::setDoRender
void setDoRender(bool b)
Definition: Player.h:118
bindtextdomain
#define bindtextdomain(Domainname, Dirname)
Definition: gettext.h:66
VERBOSE_ACTION
#define VERBOSE_ACTION
Definition: log.h:359
GnashFileUtilities.h
gnash::renderer::opengl::for_each
void for_each(C &container, R(T::*pmf)(const A &), const A &arg)
Definition: Renderer_ogl.cpp:690
textdomain
#define textdomain(Domainname)
Definition: gettext.h:65
gnash::Player::getHeight
size_t getHeight() const
Definition: Player.h:106
BRANCH_NICK
#define BRANCH_NICK
Definition: revno.h:2
COMMIT_ID
#define COMMIT_ID
Definition: revno.h:3
main
int main(int argc, char *argv[])
Definition: gnash.cpp:96
infiles
std::vector< std::string > infiles
Definition: gnash.cpp:58
gnash::key::p
@ p
Definition: GnashKey.h:162
gnash::Player::run
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
gnash::key::_1
@ _1
Definition: GnashKey.h:95
GnashNumeric.h
playFile
void playFile(gnash::Player &player, int argc, char *argv[], const std::string &filename)
Definition: gnash.cpp:88
log.h
gnash::GnashFactory::listKeys
void listKeys(Iterator i)
Dump the registered keys to the iterator.
Definition: GnashFactory.h:88
url
std::string url
Definition: gnash.cpp:59
gnash::key::f
@ f
Definition: GnashKey.h:152
gnashconfig.h
gnash::RcInitFile::getDefaultInstance
static RcInitFile & getDefaultInstance()
Return the default instance of RC file.
Definition: rc.cpp:61
gnash::GnashFactory::instance
static GnashFactory & instance()
Get the GnashFactory singleton.
Definition: GnashFactory.h:78
VERSION
#define VERSION
Definition: gnashconfig.h:731
accumulator.h
gnash::Player::getWidth
size_t getWidth() const
Definition: Player.h:103
VERBOSE_PARSE
#define VERBOSE_PARSE
Definition: log.h:354
GnashException.h
gnash::key::e
@ e
Definition: GnashKey.h:151
BRANCH_REVNO
#define BRANCH_REVNO
Definition: revno.h:1
gnash::setHeight
void setHeight(DisplayObject &o, const as_value &val)
Definition: DisplayObject.cpp:365
gnash::RcInitFile
Definition: rc.h:44