mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
katedec: add comment why we dont' support application/x-kate here for now
This commit is contained in:
parent
7ae5022cee
commit
b04587f4f7
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue