From: Thiago Santos Date: Tue, 1 Dec 2009 16:19:35 +0000 (-0300) Subject: subparse: Add missing caps to sink caps template X-Git-Tag: 1.19.3~511^2~8934 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12db385ada38150bb47cd48a5944c0cc036fe594;p=platform%2Fupstream%2Fgstreamer.git subparse: Add missing caps to sink caps template Some caps were missing from the sink caps template when xml was disabled --- 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