GStreamer multimedia framework
Find a file
Scott D Phillips b4b57ddcf8 examples: remove #include <ges-internal.h> from assets.c
It is not needed and pulling it in is causing a link problem with msvc.
Including ges-internal.h sets the default debug category in assets.c to
_ges_debug. Because _ges_debug is marked as DATA in the libges.def, it
will only be linked from libges.dll if it is marked in the source with
dllimport. Instead of messing with that we can just remove this include.

https://bugzilla.gnome.org/show_bug.cgi?id=775295
2016-11-29 13:19:50 +02:00
bindings examples: Move all examples to the root dir and create foldersdir per language 2015-12-21 15:35:17 +01:00
common@1416c1683f Update common submodule 2016-11-18 16:55:17 -03:00
data/completions ges-launch: Add support for +test-clip 2015-04-07 14:15:36 +02:00
docs meson: Fix gtkdoc using new meson features 2016-09-28 20:41:32 -03:00
examples examples: remove #include <ges-internal.h> from assets.c 2016-11-29 13:19:50 +02:00
ges ges-timeline: Properly calculate absolute diff of two unsigned integers 2016-11-23 18:42:27 +02:00
hooks meson: Setup pre commit hook and fix getpluginsdir for standalone case 2016-09-30 13:35:01 -03:00
m4 remove m4/*.m4, will be automatically created by autogen.sh 2009-11-09 15:54:18 +01:00
pkgconfig Add support for Meson as alternative/parallel build system 2016-08-24 16:44:32 -03:00
plugins Revert "nlecomposition: Start task and initialize the stack after chaining up to parent's change state function" 2016-11-17 09:41:31 +02:00
tests tests: Fix running python unit tests 2016-11-15 19:11:39 -03:00
tools ges-launch: Be a bit more agressive sanitizing arguments 2016-09-14 18:29:58 -03:00
win32 make: include common/win32.mak 2016-11-18 16:55:39 -03:00
.arcconfig ges: Set restriction caps in the audio source caps filter 2015-11-05 23:49:05 +01:00
.gitignore ges: Rename parse_lex.h to ges-parse-lex.h 2016-08-25 10:06:51 +03:00
.gitmodules common: use https protocol for common submodule 2016-11-26 11:25:44 +00:00
AUTHORS AUTHORS/README: cleanup 2010-11-11 17:45:20 +01:00
autogen.sh Automatic update of common submodule 2016-09-10 20:52:38 +10:00
ChangeLog Release 1.10.0 2016-11-01 18:12:35 +02:00
config.h.meson Add support for Meson as alternative/parallel build system 2016-08-24 16:44:32 -03:00
configure.ac tests_: Use nose2 instead of nosetests 2016-11-09 18:35:41 -03:00
COPYING Fix FSF address 2012-11-04 00:25:20 +00:00
COPYING.LIB Fix FSF address 2012-11-04 00:25:20 +00:00
gst-editing-services.doap Release 1.10.0 2016-11-01 18:12:35 +02:00
gst-editing-services.spec.in ges: Update versioning 2012-04-04 14:50:23 +02:00
Makefile.am make: include common/win32.mak 2016-11-18 16:55:39 -03:00
meson.build Enable building with MSVC 2016-11-18 09:13:53 -03:00
meson_options.txt meson: Handle building the gir file when used as subproject 2016-09-05 12:46:52 -03:00
NEWS Release 1.10.0 2016-11-01 18:12:35 +02:00
README Remove obsolete dependency 2016-09-13 16:45:25 -03:00
RELEASE Release 1.10.0 2016-11-01 18:12:35 +02:00

GStreamer Editing Services
--------------------------

 This is a high-level library for facilitating the creation of audio/video
non-linear editors.

License:
--------

  This package and its contents are licensend under the GNU Lesser General
Public License (LGPL).

Dependencies:
-------------

 * GStreamer core
 * gst-plugins-base