From 12db385ada38150bb47cd48a5944c0cc036fe594 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Tue, 1 Dec 2009 13:19:35 -0300 Subject: [PATCH] subparse: Add missing caps to sink caps template Some caps were missing from the sink caps template when xml was disabled --- gst/subparse/gstsubparse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/subparse/gstsubparse.c b/gst/subparse/gstsubparse.c index 6a62efb..a328b67 100644 --- a/gst/subparse/gstsubparse.c +++ b/gst/subparse/gstsubparse.c @@ -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 -- 2.7.4