mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
enums: Fix transition enum
Leftovers from when we were using the old name
This commit is contained in:
parent
7c255ff247
commit
e6f5bc0f13
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue