gstffmpegdec: Don't enable xvmc decoders, we can't support the output

This commit is contained in:
Edward Hervey 2010-02-18 13:28:40 +01:00
parent 5678ff1ac0
commit cc4d502d30

View file

@ -2810,6 +2810,13 @@ gst_ffmpegdec_register (GstPlugin * plugin)
goto next;
}
if (g_str_has_suffix (in_plugin->name, "_xvmc")) {
GST_DEBUG
("Ignoring XVMC decoder %s. We can't handle this outside of ffmpeg",
in_plugin->name);
goto next;
}
GST_DEBUG ("Trying plugin %s [%s]", in_plugin->name, in_plugin->long_name);
/* no codecs for which we're GUARANTEED to have better alternatives */