mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
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:
parent
ed1ea6f097
commit
22f67f7b9e
1 changed files with 1 additions and 0 deletions
|
@ -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") ||
|
||||
|
|
Loading…
Reference in a new issue