mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
GStreamer multimedia framework
b4b57ddcf8
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 |
||
---|---|---|
bindings | ||
common@1416c1683f | ||
data/completions | ||
docs | ||
examples | ||
ges | ||
hooks | ||
m4 | ||
pkgconfig | ||
plugins | ||
tests | ||
tools | ||
win32 | ||
.arcconfig | ||
.gitignore | ||
.gitmodules | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
config.h.meson | ||
configure.ac | ||
COPYING | ||
COPYING.LIB | ||
gst-editing-services.doap | ||
gst-editing-services.spec.in | ||
Makefile.am | ||
meson.build | ||
meson_options.txt | ||
NEWS | ||
README | ||
RELEASE |
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