mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
ffmpeg: Don't register the MXF typefinder, we have our own in -base
This commit is contained in:
parent
b50cc13487
commit
778df9cae0
1 changed files with 1 additions and 0 deletions
|
@ -1819,6 +1819,7 @@ gst_ffmpegdemux_register (GstPlugin * plugin)
|
|||
!strcmp (in_plugin->name, "mpc8") ||
|
||||
!strcmp (in_plugin->name, "mpegts") ||
|
||||
!strcmp (in_plugin->name, "mpegtsraw") ||
|
||||
!strcmp (in_plugin->name, "mxf") ||
|
||||
!strcmp (in_plugin->name, "nuv") ||
|
||||
!strcmp (in_plugin->name, "swf") ||
|
||||
!strcmp (in_plugin->name, "voc") || !strcmp (in_plugin->name, "gif"))
|
||||
|
|
Loading…
Reference in a new issue