mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
Move LAYER_HEIGHT definition from -timeline-layer.c c to -internal.h
This commit is contained in:
parent
6e33af939c
commit
feb85a1456
2 changed files with 2 additions and 2 deletions
|
@ -33,6 +33,8 @@
|
||||||
GST_DEBUG_CATEGORY_EXTERN (_ges_debug);
|
GST_DEBUG_CATEGORY_EXTERN (_ges_debug);
|
||||||
#define GST_CAT_DEFAULT _ges_debug
|
#define GST_CAT_DEFAULT _ges_debug
|
||||||
|
|
||||||
|
#define LAYER_HEIGHT 1000
|
||||||
|
|
||||||
G_GNUC_INTERNAL gboolean
|
G_GNUC_INTERNAL gboolean
|
||||||
timeline_ripple_object (GESTimeline *timeline, GESTrackObject *obj,
|
timeline_ripple_object (GESTimeline *timeline, GESTrackObject *obj,
|
||||||
GList * layers, GESEdge edge,
|
GList * layers, GESEdge edge,
|
||||||
|
|
|
@ -34,8 +34,6 @@
|
||||||
#include "ges.h"
|
#include "ges.h"
|
||||||
#include "ges-timeline-source.h"
|
#include "ges-timeline-source.h"
|
||||||
|
|
||||||
#define LAYER_HEIGHT 1000
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
timeline_object_height_changed_cb (GESTimelineObject * obj,
|
timeline_object_height_changed_cb (GESTimelineObject * obj,
|
||||||
GESTrackEffect * tr_eff, GESTimelineObject * second_obj);
|
GESTrackEffect * tr_eff, GESTimelineObject * second_obj);
|
||||||
|
|
Loading…
Reference in a new issue