Last active
September 19, 2016 14:04
-
-
Save azrdev/e2637a016be8dd8c5ea3d5351a2ba3fc to your computer and use it in GitHub Desktop.
vlc ASSERT when playing fritzbox-HDTV with hardware acceleration on Skylake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libva info: VA-API version 0.39.2 | |
libva info: va_getDriverName() returns 0 | |
libva info: Trying to open /usr/lib/dri/i965_drv_video.so | |
libva info: Found init function __vaDriverInit_0_39 | |
libva info: va_openDriver() returns 0 | |
[00007f3ea8000958] ts demux debug: PSINewTableCallBack: table 0x50(80) ext=0x7034(28724) | |
[00007f3ecc006008] core input debug: Buffering 60% | |
[00007f3ea8000958] ts demux debug: PSINewTableCallBack: table 0x51(81) ext=0x7032(28722) | |
[00007f3ea8000958] ts demux debug: PSINewTableCallBack: table 0x54(84) ext=0x7034(28724) | |
[00007f3e8c07b8a8] vdpau_avcodec generic debug: video surface limits: 1920x1080 | |
[00007f3e8c07b8a8] vdpau_avcodec generic debug: decoder profile limits: level 51 mb 16384 2048x2048 | |
[00007f3e8c07b8a8] core generic debug: using hw decoder module "vdpau_avcodec" | |
[00007f3ea80857c8] avcodec decoder: Using OpenGL/VAAPI backend for VDPAU for hardware decoding. | |
vlc: i965_decoder_utils.c:963: intel_decoder_check_avc_parameter: Assertion `pic_param->CurrPic.picture_id == decode_state->current_render_target' failed. | |
(abort) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[00007f2db8000958] ts demux error: libdvbpsi error (PSI decoder): TS discontinuity (received 15, expected 9) for PID 18 | |
libva info: VA-API version 0.39.2 | |
libva info: va_getDriverName() returns 0 | |
libva info: Trying to open /usr/lib/dri/i965_drv_video.so | |
libva info: Found init function __vaDriverInit_0_39 | |
libva info: va_openDriver() returns 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Current thread is 1 (Thread 0x7fbd9a814700 (LWP 18679))] | |
(gdb) bt | |
#0 0x00007fbded9f304f in raise () from /usr/lib/libc.so.6 | |
#1 0x00007fbded9f447a in abort () from /usr/lib/libc.so.6 | |
#2 0x00007fbded9ebea7 in __assert_fail_base () from /usr/lib/libc.so.6 | |
#3 0x00007fbded9ebf52 in __assert_fail () from /usr/lib/libc.so.6 | |
#4 0x00007fbd8cf492b9 in ?? () from /usr/lib/dri/i965_drv_video.so | |
#5 0x00007fbd8cf22e62 in ?? () from /usr/lib/dri/i965_drv_video.so | |
#6 0x00007fbd9d7fd35f in vaEndPicture () from /usr/lib/libva.so.1 | |
#7 0x00007fbd94986afb in ?? () from /usr/lib/vdpau/libvdpau_va_gl.so.1 | |
#8 0x00007fbd94987ad9 in ?? () from /usr/lib/vdpau/libvdpau_va_gl.so.1 | |
#9 0x00007fbd9e4a0309 in ?? () from /usr/lib/ffmpeg2.8/libavcodec.so.56 | |
#10 0x00007fbd9e4a1423 in ?? () from /usr/lib/ffmpeg2.8/libavcodec.so.56 | |
#11 0x00007fbd9e1254de in ?? () from /usr/lib/ffmpeg2.8/libavcodec.so.56 | |
#12 0x00007fbd9e0e47c3 in ?? () from /usr/lib/ffmpeg2.8/libavcodec.so.56 | |
#13 0x00007fbd9e3827b5 in ?? () from /usr/lib/ffmpeg2.8/libavcodec.so.56 | |
#14 0x00007fbdedf69454 in start_thread () from /usr/lib/libpthread.so.0 | |
#15 0x00007fbdedaa87df in clone () from /usr/lib/libc.so.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment