[235/906] can use several G_LOG_DOMAINs and GST_CATegories, with msvc8
This commit is contained in:
parent
934797f86c
commit
8a2d3e3874
@ -294,7 +294,7 @@ gst_gl_filter_glass_callback (gint width, gint height, guint texture, gpointer s
|
|||||||
time_left -= 1000000 / 25;
|
time_left -= 1000000 / 25;
|
||||||
if (time_left > 2000)
|
if (time_left > 2000)
|
||||||
{
|
{
|
||||||
GST_CAT_LOG (GST_CAT_DEFAULT, "escape");
|
GST_LOG ("escape");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user