mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
gl: Reduce noisy Info level output to LOG
This commit is contained in:
parent
84459c386b
commit
cf018389e1
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ static gboolean
|
||||||
gst_gl_display_found (GstElement * element, GstGLDisplay * display)
|
gst_gl_display_found (GstElement * element, GstGLDisplay * display)
|
||||||
{
|
{
|
||||||
if (display) {
|
if (display) {
|
||||||
GST_INFO_OBJECT (element, "already have a display (%p)", display);
|
GST_LOG_OBJECT (element, "already have a display (%p)", display);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue