GNOME Bugzilla – Bug 793906
[gstreamer-msdk-master][SKL] some cases lose frame during vc1 decoding
Last modified: 2018-11-03 14:19:06 UTC
Test Env: ============================================ Platform: SKL Arch: x86_64 CentOS Linux release 7.3.1611 (Core) Kernel: 4.4.0 libva MediaServerStudioEssentials2017R3.tar.gz (libva 1.67.0.pre1) media_driver MediaServerStudioEssentials2017R3.tar.gz 16.5.2.64009- ubit gstreamer master branch 91798e16cc09420163684d13779f13f374164ea2 gst-bad master branch 1c81bf4bdc67b518d6b3bbc22398c17fe8ced1da Reproduce Steps: ============================================ take one case for example 1. build enc as above lists 2. gst-launch-1.0 -q filesrc location=/media/yami_vc1/SA00073.vc1 '!' 'video/x-wmv,profile=(string)advanced,' width=176, height=144, framerate=14/1 '!' msdkvc1dec '!' videoconvert '!' video/x-raw,format=I420 '!' filesink location=./SA00073.vc1.yuv 3. dump_file_size=912384 4. the yuv file size should be 950400. Failed cases decode_vc1/SA00072.vc1 FAIL decode_vc1/SA00073.vc1 FAIL
Created attachment 369084 [details] decoding stream
gst-vaapi producing 25 frames gst-msdk producing 24 frames. Have to investigate it.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/665.