diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-09-11 15:07:02 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-09-11 15:08:49 +0100 |
commit | 3f0a844f9db13c785de7cb150ea1165590b3d0a5 (patch) | |
tree | 2c6a27e00c73a68a4ff3ad7af3f48cd841e3b9c6 | |
parent | 4a843dbbac558697f4273c455baa34fd6cfeb87b (diff) |
festival: timed text is text/x-raw now
-rw-r--r-- | gst/festival/gstfestival.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/festival/gstfestival.c b/gst/festival/gstfestival.c index 08adf8c3d..baf3da757 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 = |