Keep GESSmartVideoMixer out of the Gir and add geseffectasset.h to ges.h
authorThibault Saunier <tsaunier@igalia.com>
Wed, 31 Oct 2018 13:38:59 +0000 (10:38 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Wed, 31 Oct 2018 13:40:33 +0000 (10:40 -0300)
Fixing gstreamer-sys rust bindings.

ges/Makefile.am
ges/ges.h
ges/meson.build

index b3530b1..dae513f 100644 (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) \
index ffe9d4d..f088923 100644 (file)
--- a/ges/ges.h
+++ b/ges/ges.h
@@ -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>
index 52118ef..853ca8c 100644 (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'
 ]