festival: timed text is text/x-raw now

This commit is contained in:
Tim-Philipp Müller 2012-09-11 15:07:02 +01:00
parent 4a843dbbac
commit 3f0a844f9d

View file

@ -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 =