mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Keep GESSmartVideoMixer out of the Gir and add geseffectasset.h to ges.h
Fixing gstreamer-sys rust bindings.
This commit is contained in:
parent
023bc72d9e
commit
412fd0107c
3 changed files with 2 additions and 2 deletions
|
@ -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) \
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue