ffmpeg: Don't register the MXF typefinder, we have our own in -base
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 4 Mar 2009 11:25:34 +0000 (12:25 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 4 Mar 2009 11:25:34 +0000 (12:25 +0100)
ext/ffmpeg/gstffmpegdemux.c

index 8c3e94f..528782f 100644 (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"))