diff --git a/gst/gstquery.c b/gst/gstquery.c index c917c04760..2b1c382294 100644 --- a/gst/gstquery.c +++ b/gst/gstquery.c @@ -360,7 +360,7 @@ gst_query_new (GstQueryType type, GstStructure * structure) query = (GstQuery *) gst_mini_object_new (GST_TYPE_QUERY); - GST_DEBUG ("creating new query %p %d", query, type); + GST_DEBUG ("creating new query %p %s", query, gst_query_type_get_name (type)); query->type = type;