projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
608a3dd
)
glimagesink: log the converted caps
author
Matthew Waters
<matthew@centricular.com>
Thu, 5 Feb 2015 00:06:10 +0000
(11:06 +1100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:31:54 +0000
(19:31 +0000)
ext/gl/gstglimagesink.c
patch
|
blob
|
history
diff --git
a/ext/gl/gstglimagesink.c
b/ext/gl/gstglimagesink.c
index 582ac787e41dec1662c8627a17b9a4af0057cd53..239d89f746095a9ede653e25ea4a7a901095e277 100644
(file)
--- a/
ext/gl/gstglimagesink.c
+++ b/
ext/gl/gstglimagesink.c
@@
-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);