GStreamer multimedia framework
Find a file
Tim-Philipp Müller a7347ca8f7 WIP: ges: fix API export/import and 'inconsistent linkage' on MSVC
Export GES library API in headers when we're building the
library itself, otherwise import the API from the headers.

This fixes linker warnings on Windows when building with MSVC.

Fix up some missing config.h includes when building the lib which
is needed to get the export api define from config.h

Fixes https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/42
2018-12-15 00:14:51 +00:00
bindings python: Remove __init__.py 2018-10-28 13:35:40 +00:00
common@59cb678164 Automatic update of common submodule 2018-12-05 17:25:04 -03:00
data/completions completion: Fix previous commit 2017-04-04 16:27:33 -04:00
docs meson: Convert common options to feature options 2018-07-27 18:48:05 +05:30
examples Run gst-indent through the files 2018-11-28 05:48:37 +02:00
ges WIP: ges: fix API export/import and 'inconsistent linkage' on MSVC 2018-12-15 00:14:51 +00: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 meson: generate pkg-config -uninstalled pc files 2017-01-05 09:20:05 -03:00
plugins nle: install pkg-config file for plugin 2018-11-05 12:18:23 +00:00
tests clip: Emit additional signals after child-removed 2018-11-07 09:09:22 -03:00
tools Update for g_type_class_add_private() deprecation in recent GLib 2018-09-05 22:57:27 -03:00
.arcconfig ges: Set restriction caps in the audio source caps filter 2015-11-05 23:49:05 +01:00
.gitignore .gitignore: ignore test registry 2017-11-26 13:30:08 +00:00
.gitlab-ci.yml Add Gitlab CI configuration 2018-11-12 12:57:17 +02:00
.gitmodules Update git location to gitlab 2018-11-05 05:51:47 +00:00
AUTHORS AUTHORS/README: cleanup 2010-11-11 17:45:20 +01:00
autogen.sh Automatic update of common submodule 2017-04-10 23:51:18 +01:00
ChangeLog Release 1.14.0 2018-03-19 20:28:11 +00:00
configure.ac WIP: ges: fix API export/import and 'inconsistent linkage' on MSVC 2018-12-15 00:14:51 +00: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 Update git location to gitlab 2018-11-05 05:51:47 +00:00
Makefile.am win32: remove .def file with exports 2017-11-26 13:30:08 +00:00
meson.build WIP: ges: fix API export/import and 'inconsistent linkage' on MSVC 2018-12-15 00:14:51 +00:00
meson_options.txt Add a way to disable xptv support 2018-11-30 15:40:43 -03:00
NEWS Back to development 2018-03-20 10:24:35 +00:00
README Remove obsolete dependency 2016-09-13 16:45:25 -03:00
RELEASE Back to development 2018-03-20 10:24:35 +00: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