From 8c7f46ced02720674cbcd4e5e936e70af55f539b Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 12 Mar 2004 19:39:19 +0000 Subject: [PATCH] Gtype->GType Original commit message from CVS: Gtype->GType --- gst/gstcaps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstcaps.c b/gst/gstcaps.c index 9a689b8..30eef84 100644 --- a/gst/gstcaps.c +++ b/gst/gstcaps.c @@ -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", -- 2.7.4