[235/906] can use several G_LOG_DOMAINs and GST_CATegories, with msvc8

This commit is contained in:
Julien Isorce 2008-09-24 02:07:41 +02:00 committed by Matthew Waters
parent 934797f86c
commit 8a2d3e3874

View file

@ -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;
}
}