Add debug info for _show_frame().

This commit is contained in:
gb 2010-05-13 09:38:47 +00:00 committed by Gwenole Beauchesne
parent cf3edf4340
commit 7f44c87a95

View file

@ -601,6 +601,9 @@ gst_vaapisink_show_frame(GstBaseSink *base_sink, GstBuffer *buffer)
if (!surface)
return GST_FLOW_UNEXPECTED;
GST_DEBUG("render surface %" GST_VAAPI_ID_FORMAT,
GST_VAAPI_ID_ARGS(gst_vaapi_surface_get_id(surface)));
flags = GST_VAAPI_PICTURE_STRUCTURE_FRAME;
#if USE_VAAPISINK_GLX