mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
[235/906] can use several G_LOG_DOMAINs and GST_CATegories, with msvc8
This commit is contained in:
parent
934797f86c
commit
8a2d3e3874
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue