From 773a8bfb6c64c88fb178bc531586acf741efe817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 3 Nov 2009 14:49:44 +0100 Subject: [PATCH] tiger: Change name of the subtitle sink template and classification This will make sure that subtitleoverlay can work with tiger. --- ext/kate/gstkatetiger.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/kate/gstkatetiger.c b/ext/kate/gstkatetiger.c index 433a310688..afb8c0d2e4 100644 --- a/ext/kate/gstkatetiger.c +++ b/ext/kate/gstkatetiger.c @@ -112,7 +112,7 @@ enum }; static GstStaticPadTemplate kate_sink_factory = - GST_STATIC_PAD_TEMPLATE ("kate_sink", + GST_STATIC_PAD_TEMPLATE ("subtitle_sink", GST_PAD_SINK, GST_PAD_ALWAYS, GST_STATIC_CAPS ("subtitle/x-kate; application/x-kate") @@ -171,7 +171,7 @@ gst_kate_tiger_base_init (gpointer gclass) { static GstElementDetails element_details = GST_ELEMENT_DETAILS ("Kate stream renderer", - "Codec/Decoder/Video/Overlay", + "Codec/Decoder/Video/Overlay/Subtitle", "Decodes and renders Kate streams on top of a video", "Vincent Penquerc'h "); GstElementClass *element_class = GST_ELEMENT_CLASS (gclass);