From: Tim-Philipp Müller Date: Wed, 22 Dec 2010 14:14:08 +0000 (+0000) Subject: matroskamux: fix subtitle pad template, we only handle kate for now X-Git-Tag: RELEASE-0.10.27~187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=331bcfbdfc1a00149fe5e989cdb739387f1a2030;p=platform%2Fupstream%2Fgst-plugins-good.git matroskamux: fix subtitle pad template, we only handle kate for now --- diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c index fea9c35..7da4e6f 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -203,7 +203,7 @@ static GstStaticPadTemplate subtitlesink_templ = GST_STATIC_PAD_TEMPLATE ("subtitle_%d", GST_PAD_SINK, GST_PAD_REQUEST, - GST_STATIC_CAPS_ANY); + GST_STATIC_CAPS ("subtitle/x-kate")); static GArray *used_uids; G_LOCK_DEFINE_STATIC (used_uids);