summaryrefslogtreecommitdiffstats
path: root/ext/kate/gstkateutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/kate/gstkateutil.c')
-rw-r--r--ext/kate/gstkateutil.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/kate/gstkateutil.c b/ext/kate/gstkateutil.c
index 2928771d..f47ba575 100644
--- a/ext/kate/gstkateutil.c
+++ b/ext/kate/gstkateutil.c
@@ -33,6 +33,8 @@ gst_kate_util_set_header_on_caps (GstElement * element, GstCaps * caps,
GstStructure *structure;
GValue array = { 0 };
+ GST_LOG_OBJECT (element, "caps: %" GST_PTR_FORMAT, caps);
+
if (G_UNLIKELY (!caps))
return NULL;
if (G_UNLIKELY (!headers))