From 8a2d3e38743c28837bac9e1aea5dfd2a09e2826c Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Wed, 24 Sep 2008 02:07:41 +0200 Subject: [PATCH] [235/906] can use several G_LOG_DOMAINs and GST_CATegories, with msvc8 --- gst/gl/gstglfilterglass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gl/gstglfilterglass.c b/gst/gl/gstglfilterglass.c index 9b09eec493..efe8317f44 100644 --- a/gst/gl/gstglfilterglass.c +++ b/gst/gl/gstglfilterglass.c @@ -294,7 +294,7 @@ gst_gl_filter_glass_callback (gint width, gint height, guint texture, gpointer s time_left -= 1000000 / 25; if (time_left > 2000) { - GST_CAT_LOG (GST_CAT_DEFAULT, "escape"); + GST_LOG ("escape"); return; } }