enums: Fix transition enum
authorEdward Hervey <edward.hervey@collabora.co.uk>
Thu, 6 Jan 2011 11:06:24 +0000 (12:06 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Thu, 6 Jan 2011 11:06:24 +0000 (12:06 +0100)
Leftovers from when we were using the old name

ges/ges-enums.c
ges/ges-timeline-standard-transition.c

index faa9e48..003da6d 100644 (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);
   }
index 5360de9..2a2e345 100644 (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",