mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
subparse: Add missing caps to sink caps template
Some caps were missing from the sink caps template when xml was disabled
This commit is contained in:
parent
ddd877cf7f
commit
12db385ada
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink",
|
|||
static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("application/x-subtitle; application/x-subtitle-dks")
|
||||
GST_STATIC_CAPS ("application/x-subtitle; application/x-subtitle-dks; "
|
||||
"application/x-subtitle-tmplayer; application/x-subtitle-mpl2")
|
||||
);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue