subparse: Add missing caps to sink caps template
Some caps were missing from the sink caps template when xml was disabled
This commit is contained in:
parent
ddd877cf7f
commit
12db385ada
@ -73,7 +73,8 @@ static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink",
|
|||||||
static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink",
|
static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||||
GST_PAD_SINK,
|
GST_PAD_SINK,
|
||||||
GST_PAD_ALWAYS,
|
GST_PAD_ALWAYS,
|
||||||
GST_STATIC_CAPS ("application/x-subtitle; application/x-subtitle-dks")
|
GST_STATIC_CAPS ("application/x-subtitle; application/x-subtitle-dks; "
|
||||||
|
"application/x-subtitle-tmplayer; application/x-subtitle-mpl2")
|
||||||
);
|
);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user