Keep GESSmartVideoMixer out of the Gir and add geseffectasset.h to ges.h

Fixing gstreamer-sys rust bindings.
This commit is contained in:
Thibault Saunier 2018-10-31 10:38:59 -03:00
parent 023bc72d9e
commit 412fd0107c
3 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,6 @@ libges_@GST_API_VERSION@include_HEADERS = \
ges-timeline-element.h \
ges-container.h \
ges-effect-asset.h \
ges-smart-adder.h \
ges-utils.h \
ges-group.h \
ges-version.h
@ -150,6 +149,7 @@ noinst_HEADERS = \
ges-structured-interface.h \
ges-structure-parser.h \
ges-smart-video-mixer.h \
ges-smart-adder.h \
gstframepositioner.h
libges_@GST_API_VERSION@_la_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) \

View file

@ -73,6 +73,7 @@
#include <ges/ges-video-transition.h>
#include <ges/ges-audio-transition.h>
#include <ges/ges-base-effect.h>
#include <ges/ges-effect-asset.h>
#include <ges/ges-effect.h>
#include <ges/ges-formatter.h>
#include <ges/ges-pitivi-formatter.h>

View file

@ -122,7 +122,6 @@ ges_headers = [
'ges-timeline-element.h',
'ges-container.h',
'ges-effect-asset.h',
'ges-smart-adder.h',
'ges-utils.h',
'ges-group.h'
]