Use with v4l2h264dec in 64bit system

Hello,

We are moving to a 64bit system and we have to use v4l2h264dec instead of omxh264enc in the gstreamer pipeline. For testing the camera we used the following pipeline :

“gst-launch-1.0 v4l2src device=/dev/video2 ! video/x-h264 ! h264parse ! v4l2h264dec ! videoconvert ! fakesink”

It works Ok with 32bit version but with 64bit we received the following error. Do you have any idea about this?

ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Device ‘/dev/video2’ does not support 2:0:0:0 colorimetry
Additional debug info:
…/sys/v4l2/gstv4l2object.c(4044): gst_v4l2_object_set_format_full (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
Device wants 2:4:5:1 colorimetry

Thanks,