From b04587f4f772fc0a166b8a75314cd31a20a6f964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 21 Jul 2009 00:04:28 +0100 Subject: katedec: add comment why we dont' support application/x-kate here for now --- ext/kate/gstkatedec.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/kate') 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, -- cgit v1.2.1