avmux: Blacklist ttml subtitles
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/133>
This commit is contained in:
parent
75fb364bf4
commit
a98eafa5a7
@ -908,6 +908,7 @@ gst_ffmpegmux_register (GstPlugin * plugin)
|
||||
(!strncmp (in_plugin->name, "ffmetadata", 10)) ||
|
||||
(!strncmp (in_plugin->name, "srt", 3)) ||
|
||||
(!strncmp (in_plugin->name, "scc", 3)) ||
|
||||
!strcmp (in_plugin->name, "ttml") ||
|
||||
!strcmp (in_plugin->name, "segment") ||
|
||||
!strcmp (in_plugin->name, "stream_segment,ssegment") ||
|
||||
!strcmp (in_plugin->name, "jacosub") ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user