mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-08 00:18:54 +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;
|
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…
Reference in a new issue