vaapisink: demote a debug message to trace

Reduces noise when debugging.
This commit is contained in:
Víctor Manuel Jáquez Leal 2016-07-12 23:58:55 +02:00
parent 0d1d097273
commit 9f4796756d

View file

@ -1409,7 +1409,7 @@ gst_vaapisink_show_frame_unlocked (GstVaapiSink * sink, GstBuffer * src_buffer)
gst_vaapisink_ensure_colorbalance (sink);
gst_vaapisink_ensure_rotation (sink, TRUE);
GST_DEBUG ("render surface %" GST_VAAPI_ID_FORMAT,
GST_TRACE_OBJECT (sink, "render surface %" GST_VAAPI_ID_FORMAT,
GST_VAAPI_ID_ARGS (gst_vaapi_surface_get_id (surface)));
if (!surface_rect)