diff --git a/gst/subparse/gstsubparse.c b/gst/subparse/gstsubparse.c index 6a62efb0ab..a328b679ed 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