viddec: blacklist *crystalhd* decoder wrappers
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 7 Sep 2012 16:56:43 +0000 (17:56 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 7 Sep 2012 16:56:43 +0000 (17:56 +0100)
There are gstreamer crystalhd elements as well,
so shouldn't be a big loss.

https://bugzilla.gnome.org/show_bug.cgi?id=683435

ext/ffmpeg/gstffmpegviddec.c

index 33b6a18..32fde39 100644 (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") ||