summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-04 12:25:34 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-04 12:25:34 +0100
commit778df9cae02f3cf62c15e6a37021df601cede767 (patch)
treef9d2dfea1f97d1a683ff0820ffbd163985213d44
parentb50cc134873dd967800e30e8894248393ce2d93b (diff)
ffmpeg: Don't register the MXF typefinder, we have our own in -base
-rw-r--r--ext/ffmpeg/gstffmpegdemux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ffmpeg/gstffmpegdemux.c b/ext/ffmpeg/gstffmpegdemux.c
index 8c3e94f..528782f 100644
--- a/ext/ffmpeg/gstffmpegdemux.c
+++ b/ext/ffmpeg/gstffmpegdemux.c
@@ -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"))