From 3f0a844f9db13c785de7cb150ea1165590b3d0a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 11 Sep 2012 15:07:02 +0100 Subject: [PATCH] festival: timed text is text/x-raw now --- gst/festival/gstfestival.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/festival/gstfestival.c b/gst/festival/gstfestival.c index 08adf8c3dd..baf3da7575 100644 --- a/gst/festival/gstfestival.c +++ b/gst/festival/gstfestival.c @@ -123,7 +123,7 @@ static GstStaticPadTemplate sink_template_factory = GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, - GST_STATIC_CAPS ("text/plain") + GST_STATIC_CAPS ("text/x-raw, format=(string)utf8") ); static GstStaticPadTemplate src_template_factory =