diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-07-21 00:04:28 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-07-21 00:04:28 +0100 |
commit | b04587f4f772fc0a166b8a75314cd31a20a6f964 (patch) | |
tree | eaf25d0ce496ce863f1555a313df1dd5e6246f9e | |
parent | 7ae5022cee9bdcb46f62b109058caf82fe2db2be (diff) | |
download | gst-plugins-bad-b04587f4f772fc0a166b8a75314cd31a20a6f964.tar.gz gst-plugins-bad-b04587f4f772fc0a166b8a75314cd31a20a6f964.tar.bz2 gst-plugins-bad-b04587f4f772fc0a166b8a75314cd31a20a6f964.zip |
katedec: add comment why we dont' support application/x-kate here for now
-rw-r--r-- | ext/kate/gstkatedec.c | 4 |
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, |