vaapih265dec: No valid frames decoded before end of stream
Hi @haihao
Failed to play the H265 10bit video clip. Same as the video clip provided by Focus. The same video clip able to play in gst-msdk plugins without any issue.
Platform: TGL OS: Yocto Linux Gstreamer-vaapi: master Libva: 2.6.0 iHD media-driver: intel-media-19.4.0r
export GST_VAAPI_ALL_DRIVERS=1 export GST_GL_PLATFORM=egl
Gst-command:
gst-launch-1.0 filesrc location=Allegro_HEVC_Main10_HT51_BANDWIDTH_00-CTB64_192x200@60Hz_3.0.bin ! h265parse ! vaapih265dec ! vaapipostproc ! glimagesink
Error Message: It has been showing alot of this gstvaapicontext.c unsupported chroma format on YUV420_10BPP.
0:00:00.189880206 14641 0x6a9f70 ERROR vaapi gstvaapicontext.c:244:config_create: unsupported chroma format (YUV420_10BPP)
0:00:00.189898727 14641 0x6a9f70 ERROR vaapi gstvaapicontext.c:244:config_create: unsupported chroma format (YUV420_10BPP)
0:00:00.189916619 14641 0x6a9f70 ERROR vaapi gstvaapicontext.c:244:config_create: unsupported chroma format (YUV420_10BPP)
0:00:00.189934899 14641 0x6a9f70 ERROR vaapi gstvaapicontext.c:244:config_create: unsupported chroma format (YUV420_10BPP)
ERROR: from element /GstPipeline:pipeline0/GstVaapiDecode_h265:vaapidecode_h265-0: No valid frames decoded before end of stream
Edited by Víctor Manuel Jáquez Leal