mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
eglglessink: Downgrade a GST_ERROR to a GST_DEBUG
This commit is contained in:
parent
9f14fd5cce
commit
2cae6df5e5
1 changed files with 2 additions and 2 deletions
|
@ -2612,9 +2612,9 @@ gst_eglglessink_configure_caps (GstEglGlesSink * eglglessink, GstCaps * caps)
|
|||
GST_VIDEO_SINK_HEIGHT (eglglessink) = info.height;
|
||||
|
||||
if (eglglessink->configured_caps) {
|
||||
GST_ERROR_OBJECT (eglglessink, "Caps were already set");
|
||||
GST_DEBUG_OBJECT (eglglessink, "Caps were already set");
|
||||
if (gst_caps_can_intersect (caps, eglglessink->configured_caps)) {
|
||||
GST_INFO_OBJECT (eglglessink, "Caps are compatible anyway");
|
||||
GST_DEBUG_OBJECT (eglglessink, "Caps are compatible anyway");
|
||||
goto SUCCEED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue