mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
discoverer: Also consider XSUB as a subtitle format
This commit is contained in:
parent
817c780380
commit
f9b9472ad4
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ _event_probe (GstPad * pad, GstPadProbeInfo * info, PrivateStream * ps)
|
|||
static GstStaticCaps subtitle_caps = GST_STATIC_CAPS ("text/x-raw; "
|
||||
"subpicture/x-pgs; subpicture/x-dvb; subpicture/x-dvd; "
|
||||
"application/x-subtitle-unknown; application/x-ssa; application/x-ass; "
|
||||
"subtitle/x-kate; application/x-kate");
|
||||
"subtitle/x-kate; application/x-kate; subpicture/x-xsub");
|
||||
|
||||
static gboolean
|
||||
is_subtitle_caps (const GstCaps * caps)
|
||||
|
|
Loading…
Reference in a new issue