glimagesink: log the converted caps

This commit is contained in:
Matthew Waters 2015-02-05 11:06:10 +11:00
parent 5432308012
commit 4f15cc8d3c

View file

@ -822,6 +822,7 @@ gst_glimage_sink_get_caps (GstBaseSink * bsink, GstCaps * filter)
NULL);
gst_caps_unref (tmp);
tmp = result;
GST_DEBUG_OBJECT (bsink, "convert returned caps %" GST_PTR_FORMAT, tmp);
result =
gst_gl_upload_transform_caps (gl_sink->context, GST_PAD_SRC, tmp, NULL);