mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
ges: Fix include orders
This commit is contained in:
parent
de42c1c7f2
commit
bca106e4b3
5 changed files with 11 additions and 10 deletions
|
@ -21,8 +21,7 @@
|
|||
#define _GES_TIMELINE_EFFECT
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <ges/ges.h>
|
||||
#include "ges-types.h"
|
||||
#include <ges/ges-types.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -21,8 +21,7 @@
|
|||
#define _GES_TIMELINE_PARSE_LAUNCH_EFFECT
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <ges/ges.h>
|
||||
#include <ges/ges-timeline-effect.h>
|
||||
#include <ges/ges-types.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#define _GES_TIMELINE_STANDARD_TRANSITION
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <ges/ges.h>
|
||||
#include <ges/ges-types.h>
|
||||
#include <ges/ges-timeline-transition.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#define _GES_TIMELINE_TRANSITION
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <ges/ges.h>
|
||||
#include <ges/ges-types.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
11
ges/ges.h
11
ges/ges.h
|
@ -36,18 +36,21 @@
|
|||
#include <ges/ges-timeline-test-source.h>
|
||||
#include <ges/ges-timeline-title-source.h>
|
||||
#include <ges/ges-timeline-operation.h>
|
||||
#include <ges/ges-timeline-effect.h>
|
||||
#include <ges/ges-timeline-overlay.h>
|
||||
#include <ges/ges-timeline-text-overlay.h>
|
||||
#include <ges/ges-timeline-transition.h>
|
||||
#include <ges/ges-timeline-standard-transition.h>
|
||||
#include <ges/ges-timeline-parse-launch-effect.h>
|
||||
#include <ges/ges-track.h>
|
||||
#include <ges/ges-track-object.h>
|
||||
#include <ges/ges-track-source.h>
|
||||
|
||||
#include <ges/ges-custom-timeline-source.h>
|
||||
#include <ges/ges-timeline-effect.h>
|
||||
#include <ges/ges-timeline-file-source.h>
|
||||
|
||||
#include <ges/ges-track.h>
|
||||
#include <ges/ges-track-object.h>
|
||||
#include <ges/ges-track-source.h>
|
||||
#include <ges/ges-track-operation.h>
|
||||
|
||||
#include <ges/ges-track-filesource.h>
|
||||
#include <ges/ges-track-image-source.h>
|
||||
#include <ges/ges-track-video-test-source.h>
|
||||
|
|
Loading…
Reference in a new issue