ffmpeg: Don't register the MXF typefinder, we have our own in -base

This commit is contained in:
Sebastian Dröge 2009-03-04 12:25:34 +01:00
parent b50cc13487
commit 778df9cae0

View file

@ -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"))