summaryrefslogtreecommitdiffstats
path: root/ext/kate/gstkateutil.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-19 22:29:19 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-19 22:29:19 +0100
commit71efbb1e73a557d50093ccaf2ecc47009b7edd95 (patch)
tree700a8e27f5a685f160d24b34e74dc2a767ca2e76 /ext/kate/gstkateutil.c
parent71e6bbd19fa1845dc07abc561b1ca5a71ae59d60 (diff)
downloadgst-plugins-bad-71efbb1e73a557d50093ccaf2ecc47009b7edd95.tar.gz
gst-plugins-bad-71efbb1e73a557d50093ccaf2ecc47009b7edd95.tar.bz2
gst-plugins-bad-71efbb1e73a557d50093ccaf2ecc47009b7edd95.zip
kate: fix up for additional subtitle/x-kate media type
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))