mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
GStreamer multimedia framework
b03915bc87
The test_proxy_asset test needs the internal method ges_asset_finish_proxy. The test also uses the associated internal methods ges_asset_try_proxy and ges_asset_cache_lookup. However, these are marked with GES_API in ges-internal.h, which allows us access to them here. The new method is not marked as GES_API because it would not allow us to remove the method in the future without removing it from the symbols list. We do not want to add to the problem. The test was simply commented out since we may wish to support tests that access internal methods in the future using meson. |
||
---|---|---|
bindings/python | ||
data/completions | ||
docs | ||
examples | ||
ges | ||
hooks | ||
pkgconfig | ||
plugins | ||
tests | ||
tools | ||
.arcconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
AUTHORS | ||
ChangeLog | ||
COPYING | ||
COPYING.LIB | ||
gst-editing-services.doap | ||
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