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:
Thiago Santos 2009-12-01 13:19:35 -03:00
parent ddd877cf7f
commit 12db385ada

View file

@ -73,7 +73,8 @@ static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink",
static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,
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