mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 18:23:56 +00:00
don't expose transition enum value table
This commit is contained in:
parent
f64bc157bc
commit
318abee5fb
2 changed files with 1 additions and 3 deletions
|
@ -46,7 +46,7 @@ ges_track_type_get_type (void)
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
|
||||||
GEnumValue transition_types[] = {
|
static GEnumValue transition_types[] = {
|
||||||
{
|
{
|
||||||
0,
|
0,
|
||||||
"Transition has not been set",
|
"Transition has not been set",
|
||||||
|
|
|
@ -204,8 +204,6 @@ typedef enum {
|
||||||
GES_VIDEO_TRANSITION_TYPE_CROSSFADE = 512
|
GES_VIDEO_TRANSITION_TYPE_CROSSFADE = 512
|
||||||
} GESVideoTransitionType;
|
} GESVideoTransitionType;
|
||||||
|
|
||||||
extern GEnumValue transition_types[];
|
|
||||||
|
|
||||||
#define GES_VIDEO_TRANSITION_TYPE_TYPE \
|
#define GES_VIDEO_TRANSITION_TYPE_TYPE \
|
||||||
(ges_video_transition_type_get_type())
|
(ges_video_transition_type_get_type())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue