mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
matroskamux: unsigned subtitle template
This commit is contained in:
parent
d2fdc26c38
commit
35cd53867c
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ static GstStaticPadTemplate audiosink_templ =
|
||||||
);
|
);
|
||||||
|
|
||||||
static GstStaticPadTemplate subtitlesink_templ =
|
static GstStaticPadTemplate subtitlesink_templ =
|
||||||
GST_STATIC_PAD_TEMPLATE ("subtitle_%d",
|
GST_STATIC_PAD_TEMPLATE ("subtitle_%u",
|
||||||
GST_PAD_SINK,
|
GST_PAD_SINK,
|
||||||
GST_PAD_REQUEST,
|
GST_PAD_REQUEST,
|
||||||
GST_STATIC_CAPS ("subtitle/x-kate; "
|
GST_STATIC_CAPS ("subtitle/x-kate; "
|
||||||
|
|
Loading…
Reference in a new issue