diff options
author | Seungha Yang <seungha@centricular.com> | 2022-07-18 02:51:30 +0900 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2022-07-23 20:11:51 +0000 |
commit | 6bc6b39da1c9fb09884fc4036e0a7f42af59a6a5 (patch) | |
tree | a23759861b186d93eca51db9e96607cc257f8c37 /recipes/gst-plugins-bad-1.0.recipe | |
parent | dd9cadd76d04f37587ab2401844e8c38381d5713 (diff) |
gst-plugins-bad: Update comment
It turned out that QSV (oneVPL SDK) does not support UWP
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/905>
Diffstat (limited to 'recipes/gst-plugins-bad-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-bad-1.0.recipe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe index b7de9769..cbebe877 100644 --- a/recipes/gst-plugins-bad-1.0.recipe +++ b/recipes/gst-plugins-bad-1.0.recipe @@ -563,11 +563,10 @@ class Recipe(custom.GStreamer): self.disable_plugin('rsvg', 'codecs', dep='librsvg') self.disable_plugin('voaacenc', 'codecs_restricted', dep='vo-aacenc') self.disable_plugin('zbar', 'codecs', dep='zbar') - # Not tested, and it needs some work on libmfx dispatcher build for UWP - self.disable_plugin('qsv', 'codecs') + # amf, nvcodec, and qsv all load dlls which wouldn't work on UWP self.disable_plugin('amfcodec', 'codecs') - # nvcodec loads cuda dlls which wouldn't work self.disable_plugin('nvcodec', 'codecs') + self.disable_plugin('qsv', 'codecs') if self.meson_options['nvcodec'] == 'enabled': self.files_libs += ['libgstcuda-1.0'] |