glimagesink: log the converted caps
authorMatthew Waters <matthew@centricular.com>
Thu, 5 Feb 2015 00:06:10 +0000 (11:06 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:54 +0000 (19:31 +0000)
ext/gl/gstglimagesink.c

index 582ac78..239d89f 100644 (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);