mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue