From 9357047eaf9460d76974cc781229a35789192cf1 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 19 Sep 2016 12:06:17 -0400 Subject: waylandsink: Promote debug trace into error trace Otherwise those error may go unseen making debugging much harder. --- ext/wayland/gstwaylandsink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/wayland/gstwaylandsink.c b/ext/wayland/gstwaylandsink.c index d368a0678..41b9ca7cd 100644 --- a/ext/wayland/gstwaylandsink.c +++ b/ext/wayland/gstwaylandsink.c @@ -497,13 +497,13 @@ gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps) invalid_format: { - GST_DEBUG_OBJECT (sink, + GST_ERROR_OBJECT (sink, "Could not locate image format from caps %" GST_PTR_FORMAT, caps); return FALSE; } unsupported_format: { - GST_DEBUG_OBJECT (sink, "Format %s is not available on the display", + GST_ERROR_OBJECT (sink, "Format %s is not available on the display", gst_wl_shm_format_to_string (format)); return FALSE; } -- cgit v1.2.1