After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 793784 - [gstreamer-msdk-master][SKL] some cases vc1 decoding fail with error message "filesrc0: Internal data stream error"
[gstreamer-msdk-master][SKL] some cases vc1 decoding fail with error message ...
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 789886
 
 
Reported: 2018-02-24 08:06 UTC by zj,wang
Modified: 2018-11-03 14:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vc1 decoding stream (2.42 MB, application/octet-stream)
2018-02-26 01:31 UTC, zj,wang
Details

Description zj,wang 2018-02-24 08:06:44 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/SA00059.vc1 '!' 'video/x-wmv,profile=(string)advanced,' width=352, height=288, framerate=14/1 '!' msdkvc1dec '!' videoconvert '!' video/x-raw,format=I420 '!' checksumsink2 frame-checksum=FALSE file-checksum=TRUE plane-checksum=FALSE
3. decoding fails and error message occurs.

error info
ERROR: from element /GstPipeline:pipeline0/GstFileSrc:filesrc0: Internal data stream error.
Additional debug info:
gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstFileSrc:filesrc0:
streaming stopped, reason error (-5)
Comment 1 zj,wang 2018-02-26 01:31:32 UTC
Created attachment 368912 [details]
vc1 decoding stream
Comment 2 sreerenj 2018-03-30 00:04:31 UTC
Use the caps filter: video/x-wmv, profile=advanced, format=WVC1, wmvversion=3, width=352, height=288, framerate=14/1 will make the file playable but crash in the middle. Non-packetized vc1 stream handling to tricky and won't work well with all stream unless we add a lot of parsing stuff in the decoder.

Please keep this bug open but I won't consider this as a high priority bug for now.

BTW, I highly recommend using ".asf" muxed files for vc1 testing.
Comment 3 GStreamer system administrator 2018-11-03 14:18:59 UTC
-- 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/664.