don't expose transition enum value table

This commit is contained in:
Brandon Lewis 2010-07-08 15:54:46 +02:00 committed by Edward Hervey
parent f64bc157bc
commit 318abee5fb
2 changed files with 1 additions and 3 deletions

View file

@ -46,7 +46,7 @@ ges_track_type_get_type (void)
return id;
}
GEnumValue transition_types[] = {
static GEnumValue transition_types[] = {
{
0,
"Transition has not been set",

View file

@ -204,8 +204,6 @@ typedef enum {
GES_VIDEO_TRANSITION_TYPE_CROSSFADE = 512
} GESVideoTransitionType;
extern GEnumValue transition_types[];
#define GES_VIDEO_TRANSITION_TYPE_TYPE \
(ges_video_transition_type_get_type())