On Tue, 2020-12-22 at 16:13 +0800, Sangeeta Jain wrote: > From: sangeeta jain <[email protected]> > > This test case was using vaapi-driver to test vaapi plugin. vappi- > driver > is not supported in newer platforms like TGL and upwards. Updated > testcase > to use intel-media-driver to test gstreamer vaapi plugin. > > Signed-off-by: sangeeta jain <[email protected]> > --- > lib/oeqa/runtime/cases/intel_vaapi_driver.py | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/lib/oeqa/runtime/cases/intel_vaapi_driver.py > b/lib/oeqa/runtime/cases/intel_vaapi_driver.py > index 85d2dd3..e84aa29 100644 > --- a/lib/oeqa/runtime/cases/intel_vaapi_driver.py > +++ b/lib/oeqa/runtime/cases/intel_vaapi_driver.py > @@ -16,14 +16,16 @@ class VaapiDriverTest(OERuntimeTestCase): > (status, output) = self.target.run('gst-inspect-1.0 vaapi') > self.assertEqual(status, 0, msg='status and output: %s and > %s' % (status, output)) > > - (status, output) = self.target.run('export > LIBVA_DRIVER_NAME=i965; ' > + (status, output) = self.target.run('export > LIBVA_DRIVER_NAME=iHD; ' > + 'export > GST_VAAPI_ALL_DRIVERS=1; '
This should not be required for master branch which has gstreamer 1.18. Can you please test without this? Thanks, Anuj
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6852): https://lists.yoctoproject.org/g/meta-intel/message/6852 Mute This Topic: https://lists.yoctoproject.org/mt/79145070/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
