From 0a5d5206f36c189d8072eeeaf25c0f7eaba4f2d8 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Sat, 21 Feb 2009 13:18:10 +0000 Subject: [PATCH] oggmux: add Kate caps to the list of accepted types See #525743. --- ext/ogg/gstoggmux.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/ogg/gstoggmux.c b/ext/ogg/gstoggmux.c index 83e9ec8a72..5bd715865f 100644 --- a/ext/ogg/gstoggmux.c +++ b/ext/ogg/gstoggmux.c @@ -106,7 +106,8 @@ static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink_%d", GST_STATIC_CAPS ("video/x-theora; " "audio/x-vorbis; audio/x-flac; audio/x-speex; audio/x-celt; " "application/x-ogm-video; application/x-ogm-audio; video/x-dirac; " - "video/x-smoke; text/x-cmml, encoded = (boolean) TRUE") + "video/x-smoke; text/x-cmml, encoded = (boolean) TRUE; " + "subtitle/x-kate; application/x-kate") ); static void gst_ogg_mux_base_init (gpointer g_class);