diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2017-05-12 11:18:02 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-07-04 13:31:41 +0200 |
commit | 6e3fa33f1e6574f34d3064c42b21382393af23ee (patch) | |
tree | 4a8d5eab917f5a60d7059a44766bd89a23d146e3 /package/gstreamer1/gst1-plugins-bad/Config.in | |
parent | e278d85ec872f017a516536cf61bff4f67a03d2a (diff) | |
download | buildroot-6e3fa33f1e6574f34d3064c42b21382393af23ee.tar.gz buildroot-6e3fa33f1e6574f34d3064c42b21382393af23ee.zip |
gst1-plugins-bad: add Image Quality Assessment (IQA) plugin
This plugin replaces the recently removed videomeasure plugin.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gstreamer1/gst1-plugins-bad/Config.in')
-rw-r--r-- | package/gstreamer1/gst1-plugins-bad/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in index d137a6c253..35d3f1682c 100644 --- a/package/gstreamer1/gst1-plugins-bad/Config.in +++ b/package/gstreamer1/gst1-plugins-bad/Config.in @@ -407,6 +407,11 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOFRAME_AUDIOLEVEL help videoframe_audiolevel +config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IQA + bool "iqa" + help + Image Quality Assessment + config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOPARSERS bool "videoparsers" help |