mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
festival: timed text is text/x-raw now
This commit is contained in:
parent
4a843dbbac
commit
3f0a844f9d
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue