Re: [PATCH] media: mediatek: vcodec: Fix v4l2 compliance decoder cmd test fail

2022-04-21 Thread Hans Verkuil
On 06/04/2022 03:20, Yunfei Dong wrote: > Will return -EINVAL using standard framework api when test stateless > decoder with cmd VIDIOC_(TRY)DECODER_CMD. > > Using another return value to adjust v4l2 compliance test for user > driver(GStreamer/Chrome) won't use decoder cmd. > > Fixes:

Re: [PATCH] media: mediatek: vcodec: Fix v4l2 compliance decoder cmd test fail

2022-04-06 Thread Nicolas Dufresne
Le mercredi 06 avril 2022 à 09:20 +0800, Yunfei Dong a écrit : > Will return -EINVAL using standard framework api when test stateless > decoder with cmd VIDIOC_(TRY)DECODER_CMD. > > Using another return value to adjust v4l2 compliance test for user > driver(GStreamer/Chrome) won't use decoder

Re: [PATCH] media: mediatek: vcodec: fix v4l2 compliance decoder cmd test fail

2022-04-01 Thread AngeloGioacchino Del Regno
Il 01/04/22 05:04, Yunfei Dong ha scritto: Will return -EINVAL using standard framework api when test stateless decoder with cmd VIDIOC_(TRY)DECODER_CMD. Using another return value to adjust v4l2 compliance test for user driver(GStreamer/Chrome) won't use decode cmd. Signed-off-by: Yunfei Dong