glimagesink: log the converted caps
This commit is contained in:
parent
5432308012
commit
4f15cc8d3c
@ -822,6 +822,7 @@ gst_glimage_sink_get_caps (GstBaseSink * bsink, GstCaps * filter)
|
|||||||
NULL);
|
NULL);
|
||||||
gst_caps_unref (tmp);
|
gst_caps_unref (tmp);
|
||||||
tmp = result;
|
tmp = result;
|
||||||
|
GST_DEBUG_OBJECT (bsink, "convert returned caps %" GST_PTR_FORMAT, tmp);
|
||||||
|
|
||||||
result =
|
result =
|
||||||
gst_gl_upload_transform_caps (gl_sink->context, GST_PAD_SRC, tmp, NULL);
|
gst_gl_upload_transform_caps (gl_sink->context, GST_PAD_SRC, tmp, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user