mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
avmux: Blacklist scc muxer
We have no codec mappings for it and it's a subtitle/closed caption "muxer" anyway.
This commit is contained in:
parent
eb2f674abb
commit
3ad6c9958b
1 changed files with 1 additions and 0 deletions
|
@ -941,6 +941,7 @@ gst_ffmpegmux_register (GstPlugin * plugin)
|
|||
(!strncmp (in_plugin->name, "ass", 3)) ||
|
||||
(!strncmp (in_plugin->name, "ffmetadata", 10)) ||
|
||||
(!strncmp (in_plugin->name, "srt", 3)) ||
|
||||
(!strncmp (in_plugin->name, "scc", 3)) ||
|
||||
!strcmp (in_plugin->name, "segment") ||
|
||||
!strcmp (in_plugin->name, "stream_segment,ssegment") ||
|
||||
!strcmp (in_plugin->name, "jacosub") ||
|
||||
|
|
Loading…
Reference in a new issue