Gtype->GType
authorJohan Dahlin <johan@gnome.org>
Fri, 12 Mar 2004 19:39:19 +0000 (19:39 +0000)
committerJohan Dahlin <johan@gnome.org>
Fri, 12 Mar 2004 19:39:19 +0000 (19:39 +0000)
Original commit message from CVS:
Gtype->GType

gst/gstcaps.c

index 9a689b8..30eef84 100644 (file)
@@ -49,7 +49,7 @@ static GstCaps * gst_caps_copy_conditional    (const GstCaps *src);
 GType
 gst_caps_get_type (void)
 {
-  static Gtype gst_caps_type = 0;
+  static GType gst_caps_type = 0;
   
   if (!gst_caps_type) {
     gst_caps_type = g_boxed_type_register_static ("GstCaps",