mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
matroskamux: fix subtitle pad template, we only handle kate for now
This commit is contained in:
parent
7759ad0db2
commit
331bcfbdfc
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ static GstStaticPadTemplate subtitlesink_templ =
|
|||
GST_STATIC_PAD_TEMPLATE ("subtitle_%d",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_REQUEST,
|
||||
GST_STATIC_CAPS_ANY);
|
||||
GST_STATIC_CAPS ("subtitle/x-kate"));
|
||||
|
||||
static GArray *used_uids;
|
||||
G_LOCK_DEFINE_STATIC (used_uids);
|
||||
|
|
Loading…
Reference in a new issue