enums: Fix transition enum

Leftovers from when we were using the old name
This commit is contained in:
Edward Hervey 2011-01-06 12:06:24 +01:00
parent 7c255ff247
commit e6f5bc0f13
2 changed files with 2 additions and 2 deletions

View file

@ -419,7 +419,7 @@ ges_video_standard_transition_type_get_type (void)
if (g_once_init_enter (&once)) {
g_assert (!once);
the_type = g_enum_register_static ("GESVideoTransitionType",
the_type = g_enum_register_static ("GESVideoStandardTransitionType",
transition_types);
g_once_init_leave (&once, 1);
}

View file

@ -131,7 +131,7 @@ ges_timeline_standard_transition_class_init (GESTimelineStandardTransitionClass
/**
* GESTimelineStandardTransition:vtype
*
* a #GESVideoTransitionType representing the wipe to use
* a #GESVideoStandardTransitionType representing the wipe to use
*/
g_object_class_install_property (object_class, PROP_VTYPE,
g_param_spec_enum ("vtype", "VType",