viddec: blacklist *crystalhd* decoder wrappers

There are gstreamer crystalhd elements as well,
so shouldn't be a big loss.

https://bugzilla.gnome.org/show_bug.cgi?id=683435
This commit is contained in:
Tim-Philipp Müller 2012-09-07 17:56:43 +01:00
parent ed1ea6f097
commit 22f67f7b9e

View file

@ -1682,6 +1682,7 @@ gst_ffmpegviddec_register (GstPlugin * plugin)
if (!strcmp (in_plugin->name, "gif") ||
!strcmp (in_plugin->name, "theora") ||
!strcmp (in_plugin->name, "mpeg1video") ||
strstr (in_plugin->name, "crystalhd") != NULL ||
!strcmp (in_plugin->name, "ass") ||
!strcmp (in_plugin->name, "srt") ||
!strcmp (in_plugin->name, "pgssub") ||