From 5df336f7ef79ba3d0fa11e80e171573be6667096 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 5 Mar 2002 08:30:51 +0000 Subject: [PATCH] warning: int format, GType arg (arg 3) Original commit message from CVS: warning: int format, GType arg (arg 3) --- gst/gstutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstutils.c b/gst/gstutils.c index c44323f..b6700b4 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -351,7 +351,7 @@ gst_util_set_object_arg (GObject * object, const gchar * name, const gchar * val } GST_DEBUG (0, "paramspec->flags is %d, paramspec->value_type is %d\n", - paramspec->flags, paramspec->value_type); + paramspec->flags, (gint) paramspec->value_type); if (paramspec->flags & G_PARAM_WRITABLE) { switch (paramspec->value_type) { -- 2.7.4