summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ext/kate/gstkatedec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/kate/gstkatedec.c b/ext/kate/gstkatedec.c
index 32f31f9c..fe5ac51c 100644
--- a/ext/kate/gstkatedec.c
+++ b/ext/kate/gstkatedec.c
@@ -103,6 +103,10 @@ enum
ARG_REMOVE_MARKUP = DECODER_BASE_ARG_COUNT
};
+/* We don't accept application/x-kate here on purpose for now, since we're
+ * only really interested in subtitle-like things for playback purposes, not
+ * cracktastic complex overlays or presentation images etc. - those should be
+ * fed into a tiger overlay plugin directly */
static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,