EMGD-Community / intel-binaries-linux

Binaries and source code published by Intel®
https://thopiekar.eu:5443/EMGD
Other
37 stars 11 forks source link

VLC: segmentation fault with gles2 video output #48

Open James-E-A opened 6 years ago

James-E-A commented 6 years ago

When set to "Automatic" video output, VLC 2.2.2 on Xenial will choose the "XVideo Output (XCB)", which doesn't work for videos more than ~400p, and is insuitable (among other reasons) for its lack of support for hardware acceleration (which this card has!):

james@james-AspireOne-751h:~$ vainfo
libva: VA-API version 0.32.1
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/i386-linux-gnu/dri/emgd_drv_video.so
Intel(R) Embedded Media and Graphics Driver 1.18 Build 3398
Using XCB based dispatch table.
libva: va_openDriver() returns 0
vainfo: VA-API version: 0.32 (libva 1.0.16)
vainfo: Driver version: Intel(R) Embedded Media and Graphics Driver 1.18 Build 3398
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileMPEG4Simple            : VAEntrypointVLD
      VAProfileMPEG4AdvancedSimple    : VAEntrypointVLD
      VAProfileH264Baseline           : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointVLD
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Simple              : VAEntrypointMoComp
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointMoComp
      VAProfileVC1Advanced            : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointMoComp
james@james-AspireOne-751h:~$ 

However, Xv seems to be the only "working" video output. I've included the output here from the "OpenGL for Embedded Systems 2 Video Output" since it sounds like the most relevant for this chipset; it's got the power of an "embedded system", basically, and the EGL_VERSION: 1.4 build 1.5.15.3226|GL_VERSION: OpenGL ES 2.0 sounds like enough juice to run it:

james@james-AspireOne-751h:~$ vlc --vout gles2 -vvv Downloads/big_buck_bunny.mp4 
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[09f7d918] core libvlc debug: VLC media player - 2.2.2 Weatherwax
[09f7d918] core libvlc debug: Copyright © 1996-2016 the VideoLAN team
[09f7d918] core libvlc debug: revision 2.2.2-0-g6259d80
[09f7d918] core libvlc debug: configured with ./configure  '--build=i686-linux-gnu' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--disable-silent-rules' '--libdir=${prefix}/lib/i386-linux-gnu' '--libexecdir=${prefix}/lib/i386-linux-gnu' '--disable-maintainer-mode' '--disable-dependency-tracking' '--config-cache' '--disable-update-check' '--enable-fast-install' '--docdir=/usr/share/doc/vlc-data' '--libdir=/usr/lib' '--with-binary-version=2.2.2-5ubuntu0.16.04.4' '--enable-a52' '--enable-aa' '--enable-bluray' '--enable-bonjour' '--enable-caca' '--enable-chromaprint' '--enable-dbus' '--enable-dca' '--enable-directfb' '--enable-dvbpsi' '--enable-dvdnav' '--enable-faad' '--enable-flac' '--enable-fluidsynth' '--enable-freerdp' '--enable-freetype' '--enable-fribidi' '--disable-gles1' '--enable-gles2' '--enable-gnutls' '--enable-jack' '--enable-kate' '--enable-libass' '--enable-libmpeg2' '--enable-libxml2' '--enable-lirc' '--enable-live555' '--enable-mad' '--enable-mkv' '--enable-mod' '--enable-mpc' '--enable-mtp' '--enable-mux_ogg' '--enable-ncurses' '--enable-notify' '--enable-ogg' '--enable-opus' '--enable-pulse' '--enable-qt' '--enable-realrtsp' '--enable-samplerate' '--enable-schroedinger' '--enable-sdl' '--enable-sdl-image' '--enable-sftp' '--enable-shine' '--enable-shout' '--enable-skins2' '--enable-speex' '--enable-svg' '--enable-svgdec' '--enable-taglib' '--enable-theora' '--enable-twolame' '--enable-upnp' '--enable-vcdx' '--enable-vdpau' '--enable-vnc' '--enable-vorbis' '--enable-x264' '--enable-x265' '--enable-zvbi' '--with-kde-solid=/usr/share/kde4/apps/solid/actions/' '--disable-decklink' '--disable-dxva2' '--disable-fdkaac' '--disable-gnomevfs' '--disable-goom' '--disable-libtar' '--disable-mfx' '--disable-opencv' '--disable-projectm' '--disable-sndio' '--disable-telx' '--disable-vpx' '--disable-vsxu' '--disable-wasapi' '--enable-alsa' '--enable-atmo' '--enable-dc1394' '--enable-dv1394' '--enable-linsys' '--enable-omxil' '--enable-udev' '--enable-v4l2' '--enable-libva' '--enable-vcd' '--enable-smbclient' '--disable-oss' '--enable-crystalhd' '--enable-mmx' '--enable-sse' '--disable-neon' '--disable-altivec' 'build_alias=i686-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security ' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security ' 'OBJCFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security'
[09f7d918] core libvlc debug: searching plug-in modules
[09f7d918] core libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat
[09f7d918] core libvlc debug: recursively browsing `/usr/lib/vlc/plugins'
[09f7d918] core libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins.dat
[09f7d918] core libvlc debug: plug-ins loaded: 459 modules
[09f7d918] core libvlc debug: opening config file (/home/james/.config/vlc/vlcrc)
[09f7d918] core libvlc debug: translation test: code is "C"
[09f7d918] core libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 FPU 
[0a022040] core input debug: Creating an input for 'Media Library'
[0a022040] core input debug: Input is a meta file: disabling unneeded options
[0a022040] core input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[0a022040] core input debug: `file/xspf-open:///home/james/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/james/.local/share/vlc/ml.xspf'
[0a022040] core input debug: creating demux: access='file' demux='xspf-open' location='/home/james/.local/share/vlc/ml.xspf' file='/home/james/.local/share/vlc/ml.xspf'
[0a00c820] core demux debug: looking for access_demux module matching "file": 20 candidates
[0a00c820] core demux debug: no access_demux modules matched
[0a022040] core input debug: creating access 'file' location='/home/james/.local/share/vlc/ml.xspf', path='/home/james/.local/share/vlc/ml.xspf'
[0a00c820] core access debug: looking for access module matching "file": 25 candidates
[0a00c820] filesystem access debug: opening file `/home/james/.local/share/vlc/ml.xspf'
[0a00c820] core access debug: using access module "filesystem"
[0a0160e0] core stream debug: Using stream method for AStream*
[0a0160e0] core stream debug: starting pre-buffering
[0a0160e0] core stream debug: received first data after 0 ms
[0a0160e0] core stream debug: pre-buffering done 296 bytes in 0s - 2388 KiB/s
[0a0162b0] core stream debug: looking for stream_filter module matching "any": 9 candidates
[0a0162b0] core stream debug: no stream_filter modules matched
[0a0162b0] core stream debug: looking for stream_filter module matching "record": 9 candidates
[0a0162b0] core stream debug: using stream_filter module "record"
[0a022040] core input debug: creating demux: access='file' demux='xspf-open' location='/home/james/.local/share/vlc/ml.xspf' file='/home/james/.local/share/vlc/ml.xspf'
[0a017818] core demux debug: looking for demux module matching "xspf-open": 66 candidates
[0a017818] xspf demux debug: using XSPF playlist reader
[0a017818] core demux debug: using demux module "playlist"
[0a018a70] core demux meta debug: looking for meta reader module matching "any": 2 candidates
[0a018a70] lua demux meta debug: Trying Lua scripts in /home/james/.local/share/vlc/lua/meta/reader
[0a018a70] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
[0a018a70] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
[0a018a70] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[0a018a70] core demux meta debug: no meta reader modules matched
[0a022040] core input debug: `file/xspf-open:///home/james/.local/share/vlc/ml.xspf' successfully opened
[0a02a1e8] core xml reader debug: looking for xml reader module matching "any": 1 candidates
[0a02a1e8] core xml reader debug: using xml reader module "xml"
[0a017818] xspf demux debug: parsed 0 tracks successfully
[0a022040] core input debug: EOF reached
[0a017818] core demux debug: removing module "playlist"
[0a0162b0] core stream debug: removing module "record"
[0a00c820] core access debug: removing module "filesystem"
[09f8d020] core playlist debug: creating audio output
[0a0290e8] core audio output debug: looking for audio output module matching "any": 5 candidates
[0a0290e8] pulse audio output debug: using library version 8.0.0
[0a0290e8] pulse audio output debug:  (compiled with version 8.0.0, protocol 30)
[0a0290e8] pulse audio output error: PulseAudio server connection failure: Connection refused
[0a0290e8] alsa audio output debug: Available ALSA PCM devices:
[0a0290e8] alsa audio output debug: Discard all samples (playback) or generate zero samples (capture) (null)
[0a0290e8] alsa audio output debug: PulseAudio Sound Server (pulse)
[0a0290e8] alsa audio output debug: HDA Intel MID, ALC272X Analog Default Audio Device (default:CARD=MID)
[0a0290e8] alsa audio output debug: HDA Intel MID, ALC272X Analog Default Audio Device (sysdefault:CARD=MID)
[0a0290e8] alsa audio output debug: HDA Intel MID, ALC272X Analog Front speakers (front:CARD=MID,DEV=0)
[0a0290e8] alsa audio output debug: HDA Intel MID, ALC272X Analog 2.1 Surround output to Front and Subwoofer speakers (surround21:CARD=MID,DEV=0)
[0a0290e8] alsa audio output debug: HDA Intel MID, ALC272X Analog 4.0 Surround output to Front and Rear speakers (surround40:CARD=MID,DEV=0)
[0a0290e8] alsa audio output debug: HDA Intel MID, ALC272X Analog 4.1 Surround output to Front, Rear and Subwoofer speakers (surround41:CARD=MID,DEV=0)
[0a0290e8] alsa audio output debug: HDA Intel MID, ALC272X Analog 5.0 Surround output to Front, Center and Rear speakers (surround50:CARD=MID,DEV=0)
[0a0290e8] alsa audio output debug: HDA Intel MID, ALC272X Analog 5.1 Surround output to Front, Center, Rear and Subwoofer speakers (surround51:CARD=MID,DEV=0)
[0a0290e8] alsa audio output debug: HDA Intel MID, ALC272X Analog 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers (surround71:CARD=MID,DEV=0)
[0a0290e8] alsa audio output debug: HDA Intel MID, ALC272X Analog Direct sample mixing device (dmix:CARD=MID,DEV=0)
[0a0290e8] alsa audio output debug: HDA Intel MID, ALC272X Analog Direct sample snooping device (dsnoop:CARD=MID,DEV=0)
[0a0290e8] alsa audio output debug: HDA Intel MID, ALC272X Analog Direct hardware device without any conversions (hw:CARD=MID,DEV=0)
[0a0290e8] alsa audio output debug: HDA Intel MID, ALC272X Analog Hardware device with all software conversions (plughw:CARD=MID,DEV=0)
[0a0290e8] core audio output debug: using audio output module "alsa"
[09f8d020] core playlist debug: keeping audio output
[09f8d020] core playlist debug: adding item `big_buck_bunny.mp4' ( file:///home/james/Downloads/big_buck_bunny.mp4 )
[b3e00528] core input debug: Creating an input for 'big_buck_bunny.mp4'
[0a057140] core interface debug: looking for interface module matching "hotkeys,none": 19 candidates
[0a057140] core interface debug: using interface module "hotkeys"
[0a0302e0] core interface debug: looking for interface module matching "globalhotkeys,none": 19 candidates
[0a0302e0] core interface debug: using interface module "xcb_hotkeys"
[0a030130] core interface debug: looking for interface module matching "dbus,none": 19 candidates
[09f8d020] core playlist debug: meta ok for (null), need to fetch art
[b3e20b58] core art finder debug: looking for meta fetcher module matching "any": 1 candidates
[b3e20b58] lua art finder debug: Trying Lua scripts in /home/james/.local/share/vlc/lua/meta/fetcher
[b3e20b58] lua art finder debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/fetcher
[b3e20b58] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/fetcher/tvrage.luac
[0a030130] dbus interface debug: listening on dbus as: org.mpris.MediaPlayer2.vlc
[0a030130] core interface debug: using interface module "dbus"
[09f7d918] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0a02d2c8] core interface debug: looking for interface module matching "any": 19 candidates
[b3e20b58] lua art finder debug: skipping script (unmatched scope) /usr/lib/vlc/lua/meta/fetcher/tvrage.luac
[b3e20b58] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/fetcher
[b3e20b58] core art finder debug: no meta fetcher modules matched
[09f8d020] core playlist debug: searching art for big_buck_bunny.mp4
[b3e01078] core art finder debug: looking for art finder module matching "any": 2 candidates
[b3e01078] lua art finder debug: Trying Lua scripts in /home/james/.local/share/vlc/lua/meta/art
[b3e01078] lua art finder debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/art
[b3e01078] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/00_musicbrainz.luac
[b3e01078] lua art finder debug: skipping script (unmatched scope) /usr/lib/vlc/lua/meta/art/00_musicbrainz.luac
[b3e01078] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/01_googleimage.luac
[b3e01078] lua art finder debug: skipping script (unmatched scope) /usr/lib/vlc/lua/meta/art/01_googleimage.luac
[b3e01078] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/02_frenchtv.luac
[b3e01078] lua art finder debug: skipping script (unmatched scope) /usr/lib/vlc/lua/meta/art/02_frenchtv.luac
[b3e01078] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/03_lastfm.luac
[b3e01078] lua art finder debug: skipping script (unmatched scope) /usr/lib/vlc/lua/meta/art/03_lastfm.luac
[b3e01078] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art
[b3e01078] core art finder debug: no art finder modules matched
[b3e012c8] core art finder debug: looking for meta fetcher module matching "any": 1 candidates
[b3e012c8] lua art finder debug: Trying Lua scripts in /home/james/.local/share/vlc/lua/meta/fetcher
[b3e012c8] lua art finder debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/fetcher
[b3e012c8] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/fetcher/tvrage.luac
[b3e012c8] core art finder debug: using meta fetcher module "lua"
[b3e012c8] core art finder debug: removing module "lua"
[09f8d020] core playlist debug: searching art for big_buck_bunny.mp4
[b3e02fa0] core art finder debug: looking for art finder module matching "any": 2 candidates
[b3e02fa0] lua art finder debug: Trying Lua scripts in /home/james/.local/share/vlc/lua/meta/art
[b3e02fa0] lua art finder debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/art
[b3e02fa0] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/00_musicbrainz.luac
[b3e02fa0] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/01_googleimage.luac
[b3e02fa0] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/02_frenchtv.luac
[b3e02fa0] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/03_lastfm.luac
[b3e02fa0] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art
[b3e02fa0] core art finder debug: no art finder modules matched
[09f8d020] core playlist debug: art not found for big_buck_bunny.mp4
[b21922e8] core generic debug: looking for extension module matching "any": 1 candidates
[b21922e8] lua generic debug: Opening Lua Extension module
[b21922e8] lua generic debug: Trying Lua scripts in /home/james/.local/share/vlc/lua/extensions
[b21922e8] lua generic debug: Trying Lua scripts in /usr/lib/vlc/lua/extensions
[b21922e8] lua generic debug: Trying Lua playlist script /usr/lib/vlc/lua/extensions/VLSub.luac
[b21922e8] lua generic debug: Scanning Lua script /usr/lib/vlc/lua/extensions/VLSub.luac
[b21922e8] lua generic debug: Script /usr/lib/vlc/lua/extensions/VLSub.luac has the following capability flags: 0x5
[b21922e8] lua generic debug: Trying Lua scripts in /usr/share/vlc/lua/extensions
[b21922e8] core generic debug: using extension module "lua"
[0a02d2c8] core interface debug: using interface module "qt4"
[09f8d020] core playlist debug: processing request item: null, node: Playlist, skip: 0
[09f8d020] core playlist debug: rebuilding array of current - root Playlist
[09f8d020] core playlist debug: rebuild done - 1 items, index -1
[09f8d020] core playlist debug: starting playback of the new playlist item
[09f8d020] core playlist debug: resyncing on big_buck_bunny.mp4
[09f8d020] core playlist debug: big_buck_bunny.mp4 is at 0
[09f8d020] core playlist debug: creating new input thread
[b3e02fa0] core input debug: Creating an input for 'big_buck_bunny.mp4'
[09f8d020] core playlist debug: requesting art for big_buck_bunny.mp4
[b1d05d68] core art finder debug: looking for meta fetcher module matching "any": 1 candidates
[b3e02fa0] core input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[b3e02fa0] core input debug: `file:///home/james/Downloads/big_buck_bunny.mp4' gives access `file' demux `' path `/home/james/Downloads/big_buck_bunny.mp4'
[b3e02fa0] core input debug: specified demux `any'
[b3e02fa0] core input debug: creating demux: access='file' demux='any' location='/home/james/Downloads/big_buck_bunny.mp4' file='/home/james/Downloads/big_buck_bunny.mp4'
[b1712518] core demux debug: looking for access_demux module matching "file": 20 candidates
[b1712518] core demux debug: no access_demux modules matched
[b3e02fa0] core input debug: creating access 'file' location='/home/james/Downloads/big_buck_bunny.mp4', path='/home/james/Downloads/big_buck_bunny.mp4'
[b1712518] core access debug: looking for access module matching "file": 25 candidates
[b1712518] filesystem access debug: opening file `/home/james/Downloads/big_buck_bunny.mp4'
[b1712518] core access debug: using access module "filesystem"
[b17127e0] core stream debug: Using stream method for AStream*
[b17127e0] core stream debug: starting pre-buffering
[b17127e0] core stream debug: received first data after 0 ms
[b17127e0] core stream debug: pre-buffering done 1024 bytes in 0s - 4166 KiB/s
[b1712980] core stream debug: looking for stream_filter module matching "any": 9 candidates
[b1712980] core stream debug: no stream_filter modules matched
[b1712980] core stream debug: looking for stream_filter module matching "record": 9 candidates
[b1712980] core stream debug: using stream_filter module "record"
[b3e02fa0] core input debug: creating demux: access='file' demux='any' location='/home/james/Downloads/big_buck_bunny.mp4' file='/home/james/Downloads/big_buck_bunny.mp4'
[b1712a68] core demux debug: looking for demux module matching "mp4": 66 candidates
[b1712980] mp4 stream warning: unknown box type hint (incompletely loaded)
[b1712980] mp4 stream warning: unknown handler type in stsd (incompletely loaded)
[b1712980] mp4 stream warning: unknown box type sdp  (incompletely loaded)
[b1712980] mp4 stream warning: unknown box type hinf (incompletely loaded)
[b1712980] mp4 stream warning: unknown box type hint (incompletely loaded)
[b1712980] mp4 stream warning: unknown handler type in stsd (incompletely loaded)
[b1712980] mp4 stream warning: unknown box type sdp  (incompletely loaded)
[b1712980] mp4 stream warning: unknown box type hinf (incompletely loaded)
[b1712980] mp4 stream warning: unknown box type rtp  (incompletely loaded)
[b1712a68] mp4 demux debug: added fragment moov
[b1712980] mp4 stream debug: dumping root Box "root"
[b1712980] mp4 stream debug: |   + ftyp size 24 offset 0
[b1712980] mp4 stream debug: |   + moov size 37066 offset 24
[b1712980] mp4 stream debug: |   |   + mvhd size 108 offset 32
[b1712980] mp4 stream debug: |   |   + trak size 9505 offset 140
[b1712980] mp4 stream debug: |   |   |   + tkhd size 92 offset 148
[b1712980] mp4 stream debug: |   |   |   + edts size 36 offset 240
[b1712980] mp4 stream debug: |   |   |   |   + elst size 28 offset 248
[b1712980] mp4 stream debug: |   |   |   + mdia size 9369 offset 276
[b1712980] mp4 stream debug: |   |   |   |   + mdhd size 32 offset 284
[b1712980] mp4 stream debug: |   |   |   |   + hdlr size 58 offset 316
[b1712980] mp4 stream debug: |   |   |   |   + minf size 9271 offset 374
[b1712980] mp4 stream debug: |   |   |   |   |   + smhd size 16 offset 382
[b1712980] mp4 stream debug: |   |   |   |   |   + dinf size 36 offset 398
[b1712980] mp4 stream debug: |   |   |   |   |   |   + dref size 28 offset 406
[b1712980] mp4 stream debug: |   |   |   |   |   |   |   + url  size 12 offset 422
[b1712980] mp4 stream debug: |   |   |   |   |   + stbl size 9211 offset 434
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stsd size 103 offset 442
[b1712980] mp4 stream debug: |   |   |   |   |   |   |   + mp4a size 87 offset 458
[b1712980] mp4 stream debug: |   |   |   |   |   |   |   |   + esds size 51 offset 494
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stts size 24 offset 545
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stsc size 2896 offset 569
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stsz size 5200 offset 3465
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stco size 980 offset 8665
[b1712980] mp4 stream debug: |   |   + trak size 10244 offset 9645
[b1712980] mp4 stream debug: |   |   |   + tkhd size 92 offset 9653
[b1712980] mp4 stream debug: |   |   |   + edts size 36 offset 9745
[b1712980] mp4 stream debug: |   |   |   |   + elst size 28 offset 9753
[b1712980] mp4 stream debug: |   |   |   + mdia size 10108 offset 9781
[b1712980] mp4 stream debug: |   |   |   |   + mdhd size 32 offset 9789
[b1712980] mp4 stream debug: |   |   |   |   + hdlr size 58 offset 9821
[b1712980] mp4 stream debug: |   |   |   |   + minf size 10010 offset 9879
[b1712980] mp4 stream debug: |   |   |   |   |   + vmhd size 20 offset 9887
[b1712980] mp4 stream debug: |   |   |   |   |   + dinf size 36 offset 9907
[b1712980] mp4 stream debug: |   |   |   |   |   |   + dref size 28 offset 9915
[b1712980] mp4 stream debug: |   |   |   |   |   |   |   + url  size 12 offset 9931
[b1712980] mp4 stream debug: |   |   |   |   |   + stbl size 9946 offset 9943
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stsd size 146 offset 9951
[b1712980] mp4 stream debug: |   |   |   |   |   |   |   + avc1 size 130 offset 9967
[b1712980] mp4 stream debug: |   |   |   |   |   |   |   |   + avcC size 44 offset 10053
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stts size 32 offset 10097
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stss size 108 offset 10129
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stsc size 2896 offset 10237
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stsz size 5780 offset 13133
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stco size 976 offset 18913
[b1712980] mp4 stream debug: |   |   + trak size 10749 offset 19889
[b1712980] mp4 stream debug: |   |   |   + tkhd size 92 offset 19897
[b1712980] mp4 stream debug: |   |   |   + edts size 36 offset 19989
[b1712980] mp4 stream debug: |   |   |   |   + elst size 28 offset 19997
[b1712980] mp4 stream debug: |   |   |   + tref size 20 offset 20025
[b1712980] mp4 stream debug: |   |   |   |   + hint size 12 offset 20033
[b1712980] mp4 stream debug: |   |   |   + mdia size 10015 offset 20045
[b1712980] mp4 stream debug: |   |   |   |   + mdhd size 32 offset 20053
[b1712980] mp4 stream debug: |   |   |   |   + hdlr size 51 offset 20085
[b1712980] mp4 stream debug: |   |   |   |   + minf size 9924 offset 20136
[b1712980] mp4 stream debug: |   |   |   |   |   + hmhd size 28 offset 20144
[b1712980] mp4 stream debug: |   |   |   |   |   + dinf size 36 offset 20172
[b1712980] mp4 stream debug: |   |   |   |   |   |   + dref size 28 offset 20180
[b1712980] mp4 stream debug: |   |   |   |   |   |   |   + url  size 12 offset 20196
[b1712980] mp4 stream debug: |   |   |   |   |   + stbl size 9852 offset 20208
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stsd size 52 offset 20216
[b1712980] mp4 stream debug: |   |   |   |   |   |   |   + rtp  size 36 offset 20232
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stts size 32 offset 20268
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stss size 108 offset 20300
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stsc size 2896 offset 20408
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stsz size 5780 offset 23304
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stco size 976 offset 29084
[b1712980] mp4 stream debug: |   |   |   + udta size 578 offset 30060
[b1712980] mp4 stream debug: |   |   |   |   + name size 26 offset 30068
[b1712980] mp4 stream debug: |   |   |   |   + hnti size 301 offset 30094
[b1712980] mp4 stream debug: |   |   |   |   |   + sdp  size 293 offset 30102
[b1712980] mp4 stream debug: |   |   |   |   + hinf size 243 offset 30395
[b1712980] mp4 stream debug: |   |   + trak size 6353 offset 30638
[b1712980] mp4 stream debug: |   |   |   + tkhd size 92 offset 30646
[b1712980] mp4 stream debug: |   |   |   + edts size 36 offset 30738
[b1712980] mp4 stream debug: |   |   |   |   + elst size 28 offset 30746
[b1712980] mp4 stream debug: |   |   |   + tref size 20 offset 30774
[b1712980] mp4 stream debug: |   |   |   |   + hint size 12 offset 30782
[b1712980] mp4 stream debug: |   |   |   + mdia size 5659 offset 30794
[b1712980] mp4 stream debug: |   |   |   |   + mdhd size 32 offset 30802
[b1712980] mp4 stream debug: |   |   |   |   + hdlr size 51 offset 30834
[b1712980] mp4 stream debug: |   |   |   |   + minf size 5568 offset 30885
[b1712980] mp4 stream debug: |   |   |   |   |   + hmhd size 28 offset 30893
[b1712980] mp4 stream debug: |   |   |   |   |   + dinf size 36 offset 30921
[b1712980] mp4 stream debug: |   |   |   |   |   |   + dref size 28 offset 30929
[b1712980] mp4 stream debug: |   |   |   |   |   |   |   + url  size 12 offset 30945
[b1712980] mp4 stream debug: |   |   |   |   |   + stbl size 5496 offset 30957
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stsd size 52 offset 30965
[b1712980] mp4 stream debug: |   |   |   |   |   |   |   + rtp  size 36 offset 30981
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stts size 40 offset 31017
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stsc size 1804 offset 31057
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stsz size 2612 offset 32861
[b1712980] mp4 stream debug: |   |   |   |   |   |   + stco size 980 offset 35473
[b1712980] mp4 stream debug: |   |   |   + udta size 538 offset 36453
[b1712980] mp4 stream debug: |   |   |   |   + name size 26 offset 36461
[b1712980] mp4 stream debug: |   |   |   |   + hnti size 250 offset 36487
[b1712980] mp4 stream debug: |   |   |   |   |   + sdp  size 242 offset 36495
[b1712980] mp4 stream debug: |   |   |   |   + hinf size 254 offset 36737
[b1712980] mp4 stream debug: |   |   + udta size 99 offset 36991
[b1712980] mp4 stream debug: |   |   |   + hnti size 91 offset 36999
[b1712980] mp4 stream debug: |   |   |   |   + rtp  size 83 offset 37007
[b1712980] mp4 stream debug: |   + free size 8 offset 37090
[b1712980] mp4 stream debug: |   + free size 8 offset 37098
[b1712980] mp4 stream debug: |   + mdat size 5473766 offset 37106
[b1712a68] mp4 demux debug: unrecognized major file specification (mp42).
[b1712a68] mp4 demux debug: found 4 tracks
[b1712a68] mp4 demux warning: elst box found
[b1712a68] mp4 demux debug:    - [0] duration=60095ms media time=0ms) rate=1.0
[b1712a68] mp4 demux debug: track[Id 0x1] read 241 chunk
[b1712a68] mp4 demux warning: STTS table of 1 entries
[b1d05d68] lua art finder debug: Trying Lua scripts in /home/james/.local/share/vlc/lua/meta/fetcher
[b1d05d68] lua art finder debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/fetcher
[b1d05d68] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/fetcher/tvrage.luac
[b1712a68] mp4 demux debug: track[Id 0x1] read 1295 samples length:60s
[b3e02fa0] core input debug: selecting program id=0
[b1712a68] mp4 demux debug: adding track[Id 0x1] audio (enable) language eng
[b1712a68] mp4 demux warning: elst box found
[b1712a68] mp4 demux debug:    - [0] duration=60095ms media time=0ms) rate=1.0
[b1712a68] mp4 demux debug: track[Id 0x2] read 240 chunk
[b1712a68] mp4 demux warning: STTS table of 2 entries
[b1712a68] mp4 demux debug: track[Id 0x2] read 1440 samples length:60s
[b1712a68] mp4 demux debug: adding track[Id 0x2] video (enable) language eng
[b1712a68] mp4 demux debug: ignoring track[Id 0x3]
[b1712a68] mp4 demux debug: ignoring track[Id 0x4]
[b1712a68] mp4 demux debug: fragment offset 24, data 37130<->5510808, duration 0
[b1712a68] core demux debug: using demux module "mp4"
[b3e02fa0] core input debug: looking for a subtitle file in /home/james/Downloads/
[b172eae0] core decoder debug: looking for decoder module matching "any": 42 candidates
[b1d05d68] lua art finder debug: skipping script (unmatched scope) /usr/lib/vlc/lua/meta/fetcher/tvrage.luac
[b1d05d68] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/fetcher
[b1d05d68] core art finder debug: no meta fetcher modules matched
[09f7d918] core libvlc debug: searching art for big_buck_bunny.mp4
[b1d05d68] core art finder debug: looking for art finder module matching "any": 2 candidates
[b1d05d68] lua art finder debug: Trying Lua scripts in /home/james/.local/share/vlc/lua/meta/art
[b1d05d68] lua art finder debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/art
[b1d05d68] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/00_musicbrainz.luac
[b1d05d68] lua art finder debug: skipping script (unmatched scope) /usr/lib/vlc/lua/meta/art/00_musicbrainz.luac
[b1d05d68] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/01_googleimage.luac
[b172eae0] core decoder debug: using decoder module "faad"
[b173ba60] core decoder debug: looking for decoder module matching "any": 42 candidates
[b1d05d68] lua art finder debug: skipping script (unmatched scope) /usr/lib/vlc/lua/meta/art/01_googleimage.luac
[b1d05d68] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/02_frenchtv.luac
[b1d05d68] lua art finder debug: skipping script (unmatched scope) /usr/lib/vlc/lua/meta/art/02_frenchtv.luac
[b1d05d68] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/03_lastfm.luac
[b1d05d68] lua art finder debug: skipping script (unmatched scope) /usr/lib/vlc/lua/meta/art/03_lastfm.luac
[b1d05d68] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art
[b1d05d68] core art finder debug: no art finder modules matched
[b1d05d68] core art finder debug: looking for meta fetcher module matching "any": 1 candidates
[b1d05d68] lua art finder debug: Trying Lua scripts in /home/james/.local/share/vlc/lua/meta/fetcher
[b1d05d68] lua art finder debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/fetcher
[b1d05d68] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/fetcher/tvrage.luac
[b1d05d68] core art finder debug: using meta fetcher module "lua"
[b1d05d68] core art finder debug: removing module "lua"
[09f7d918] core libvlc debug: searching art for big_buck_bunny.mp4
[b1d07ed0] core art finder debug: looking for art finder module matching "any": 2 candidates
[b1d07ed0] lua art finder debug: Trying Lua scripts in /home/james/.local/share/vlc/lua/meta/art
[b1d07ed0] lua art finder debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/art
[b1d07ed0] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/00_musicbrainz.luac
[b1d07ed0] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/01_googleimage.luac
[b1d07ed0] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/02_frenchtv.luac
[b1d07ed0] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/03_lastfm.luac
[b1d07ed0] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art
[b1d07ed0] core art finder debug: no art finder modules matched
[09f7d918] core libvlc debug: art not found for big_buck_bunny.mp4
[0a02d2c8] qt4 interface debug: IM: Setting an input
[b173ba60] avcodec decoder debug: CPU flags: 0x110010db
[b173ba60] avcodec decoder debug: trying to use direct rendering
[b173ba60] avcodec decoder debug: allowing 3 thread(s) for decoding
[b173ba60] avcodec decoder debug: avcodec codec (H264 - MPEG-4 AVC (part 10)) started
[b173ba60] avcodec decoder debug: using frame thread mode with 3 threads
[b173ba60] core decoder debug: using decoder module "avcodec"
[ad241fc8] core demux meta debug: looking for meta reader module matching "any": 2 candidates
[ad241fc8] lua demux meta debug: Trying Lua scripts in /home/james/.local/share/vlc/lua/meta/reader
[ad241fc8] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
[ad241fc8] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
[ad241fc8] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[ad241fc8] core demux meta debug: no meta reader modules matched
[b3e02fa0] core input debug: `file:///home/james/Downloads/big_buck_bunny.mp4' successfully opened
[b1712a68] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track)
[b1712a68] mp4 demux debug: track[Id 0x1] does not provide Sync Sample Box (stss)
[b1712a68] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track)
[b1712a68] mp4 demux debug: track[Id 0x2] using Sync Sample Box (stss)
[b1712a68] mp4 demux debug: stss gives 0 --> 0 (sample number)
[b3e02fa0] core input debug: Buffering 0%
[b173ba60] avcodec decoder debug: available hardware decoder output format 109 (vdpau)
[b173ba60] avcodec decoder debug: available hardware decoder output format 53 (vaapi_vld)
[b173ba60] avcodec decoder debug: available software decoder output format 0 (yuv420p)
[0a062a00] core generic debug: looking for hw decoder module matching "any": 4 candidates
[b3e02fa0] core input debug: Buffering 0%
[b172eae0] faad decoder warning: decoded zero sample
[b3e02fa0] core input debug: Buffering 13%
[b3e02fa0] core input debug: Buffering 15%
[09f8d020] core playlist debug: reusing audio output
[b3e02fa0] core input debug: Buffering 27%
[b3e02fa0] core input debug: Buffering 30%
[b3e02fa0] core input debug: Buffering 41%
[b3e02fa0] core input debug: Buffering 46%
[b3e02fa0] core input debug: Buffering 55%
[b3e02fa0] core input debug: Buffering 61%
[b3e02fa0] core input debug: Buffering 68%
[b3e02fa0] core input debug: Buffering 77%
[b3e02fa0] core input debug: Buffering 83%
[b3e02fa0] core input debug: Buffering 92%
[b3e02fa0] core input debug: Buffering 96%
[b3e02fa0] core input debug: Stream buffering done (325 ms in 40 ms)
[0a0290e8] alsa audio output debug: using ALSA device: default
[0a0290e8] alsa audio output debug:  Plug PCM: Soft volume PCM
Control: PCM Playback Volume
min_dB: -51
max_dB: 0
resolution: 256
Slave: Direct Stream Mixing PCM
Hardware PCM card 0 'HDA Intel MID' device 0 subdevice 0
Its setup is:
  stream       : PLAYBACK
  access       : MMAP_INTERLEAVED
  format       : S32_LE
  subformat    : STD
  channels     : 2
  rate         : 48000
  exact rate   : 48000 (48000/1)
  msbits       : 32
  buffer_size  : 8192
  period_size  : 1024
  period_time  : 21333
  tstamp_mode  : ENABLE
  tstamp_type  : MONOTONIC
  period_step  : 1
  avail_min    : 1024
  period_event : 0
  start_threshold  : 1
  stop_threshold   : 1073741824
  silence_threshold: 0
  silence_size : 1073741824
  boundary     : 1073741824
  appl_ptr     : 0
  hw_ptr       : 0
[0a0290e8] alsa audio output debug:  device name   : ALC272X Analog
[0a0290e8] alsa audio output debug:  device ID     : ALC272X Analog
[0a0290e8] alsa audio output debug:  subdevice name: subdevice #0
[0a0290e8] alsa audio output debug: initial hardware setup:
ACCESS:  MMAP_INTERLEAVED MMAP_NONINTERLEAVED MMAP_COMPLEX RW_INTERLEAVED RW_NONINTERLEAVED
FORMAT:  S8 U8 S16_LE S16_BE U16_LE U16_BE S24_LE S24_BE U24_LE U24_BE S32_LE S32_BE U32_LE U32_BE FLOAT_LE FLOAT_BE FLOAT64_LE FLOAT64_BE MU_LAW A_LAW IMA_ADPCM S24_3LE S24_3BE U24_3LE U24_3BE S20_3LE S20_3BE U20_3LE U20_3BE S18_3LE S18_3BE U18_3LE U18_3BE
SUBFORMAT:  STD
SAMPLE_BITS: [4 64]
FRAME_BITS: [4 640000]
CHANNELS: [1 10000]
RATE: 48000
PERIOD_TIME: (21333 21334)
PERIOD_SIZE: 1024
PERIOD_BYTES: [512 81920000]
PERIODS: [2 8]
BUFFER_TIME: (42666 170667)
BUFFER_SIZE: [2048 8192]
BUFFER_BYTES: [1024 655360000]
TICK_TIME: ALL
[0a0290e8] alsa audio output debug: using channels map 0, type 1, 2 channel(s)
[0a0290e8] alsa audio output debug: final HW setup:
ACCESS:  RW_INTERLEAVED
FORMAT:  FLOAT_LE
SUBFORMAT:  STD
SAMPLE_BITS: 32
FRAME_BITS: 64
CHANNELS: 2
RATE: 48000
PERIOD_TIME: (21333 21334)
PERIOD_SIZE: 1024
PERIOD_BYTES: 8192
PERIODS: 8
BUFFER_TIME: (170666 170667)
BUFFER_SIZE: 8192
BUFFER_BYTES: 65536
TICK_TIME: 0
[0a0290e8] alsa audio output debug: initial software parameters:
tstamp_mode: NONE
tstamp_type: MONOTONIC
period_step: 1
avail_min: 1024
start_threshold: 1
stop_threshold: 8192
silence_threshold: 0
silence_size: 0
boundary: 1073741824
[0a0290e8] alsa audio output debug: final software parameters:
tstamp_mode: NONE
tstamp_type: MONOTONIC
period_step: 1
avail_min: 1024
start_threshold: 1
stop_threshold: 8192
silence_threshold: 0
silence_size: 0
boundary: 1073741824
[0a0290e8] alsa audio output warning: device cannot be paused
[0a0290e8] core audio output debug: output 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes
[b1d03290] core volume debug: looking for audio volume module matching "any": 2 candidates
[b1d03290] core volume debug: using audio volume module "float_mixer"
[0a0290e8] core audio output debug: input 'f32l' 44100 Hz Stereo frame=1 samples/8 bytes
[b1d398d8] core audio filter debug: looking for audio filter module matching "scaletempo": 14 candidates
[b1d398d8] scaletempo audio filter debug: format: 44100 rate, 2 nch, 4 bps, fl32
[b1d398d8] scaletempo audio filter debug: params: 30 stride, 0.200 overlap, 14 search
[b1d398d8] scaletempo audio filter debug: 1.000 scale, 1323.000 stride_in, 1323 stride_out, 1059 standing, 264 overlap, 617 search, 2204 queue, fl32 mode
[b1d398d8] core audio filter debug: using audio filter module "scaletempo"
[0a0290e8] core audio output debug: conversion: 'f32l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
[0a0290e8] core audio output debug: conversion pipeline complete
[0a0290e8] core audio output debug: conversion: 'f32l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
[0a0290e8] core audio output debug: conversion pipeline complete
[b1d39c10] core audio resampler debug: looking for audio resampler module matching "any": 3 candidates
[b1d39c10] core audio resampler debug: using audio resampler module "samplerate"
[b172eae0] core decoder debug: End of audio preroll
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[0a062a00] core generic debug: no hw decoder modules matched
[0a03bc58] core spu text debug: looking for text renderer module matching "any": 2 candidates
[0a03bc58] freetype spu text debug: Building font databases.
[0a03bc58] freetype spu text debug: Took 2 microseconds
[0a03bc58] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
[0a03bc58] freetype spu text debug: Using Monospace as mono-font from file /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf
[0a03bc58] freetype spu text debug: using fontsize: 2
[0a03bc58] core spu text debug: using text renderer module "freetype"
[0a051940] core scale debug: looking for video filter2 module matching "any": 63 candidates
[0a051940] swscale scale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality)
[0a051940] core scale debug: using video filter2 module "swscale"
[0a086eb8] core scale debug: looking for video filter2 module matching "any": 63 candidates
[0a086eb8] yuvp scale debug: YUVP to YUVA converter
[0a086eb8] core scale debug: using video filter2 module "yuvp"
[0a0562a8] core video output debug: Deinterlacing available
[0a0562a8] core video output debug: deinterlace 0, mode blend, is_needed 0
[0a0562a8] core video output debug: Opening vout display wrapper
[ad256f50] core vout display debug: looking for vout display module matching "gles2": 14 candidates
[ad244950] core window debug: looking for vout window xid module matching "qt4,any": 4 candidates
[ad244950] qt4 window debug: requesting video window...
[0a02d2c8] qt4 interface debug: Video was requested 0, 0
[ad244950] core window debug: using vout window xid module "qt4"
[ad25bc40] core inhibit debug: looking for inhibit module matching "any": 2 candidates
[ad25bc40] dbus_screensaver inhibit debug: cannot find service org.freedesktop.ScreenSaver
[ad25bc40] dbus_screensaver inhibit debug: cannot find service org.freedesktop.PowerManagement.Inhibit
[ad25bc40] dbus_screensaver inhibit debug: cannot find service org.mate.SessionManager
[ad25bc40] dbus_screensaver inhibit debug: cannot find service org.gnome.SessionManager
[ad25bc40] core inhibit debug: using inhibit module "xdg"
[ad25c9a8] core gl debug: looking for opengl es2 module matching "any": 1 candidates
[ad25c9a8] egl_x11 gl debug: EGL version 1.4 build 1.5.15.3226 by Intel Corporation
[ad25c9a8] egl_x11 gl debug:  extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_vg_parent_image EGL_KHR_surfaceless_gles2 EGL_KHR_surfaceless_opengl EGL_NOK_image_shared 
[ad25c9a8] core gl debug: using opengl es2 module "egl_x11"
Segmentation fault
james@james-AspireOne-751h:~$

Thank you so much for your work on this driver, which has breathed new life into my laptop.

James-E-A commented 6 years ago

The same error occurs even when trying to play a "basic" video stream of just adding Audio>Visualizations>Scope to a pure-audio stream:

$ vlc --vout gles2 -vvv <music>
<playing music, no problems>
<Audio, Visualizations, Scope is clicked>
[0827a128] core audio output debug: restart requested (1)
[b3f35bb8] core audio resampler debug: removing module "samplerate"
[b3f35880] core audio filter debug: removing module "scaletempo"
[0827a128] core audio output debug: restarting filters...
[0827a128] core audio output debug: input 'f32l' 44100 Hz Stereo frame=1 samples/8 bytes
[b3f1f290] core audio filter debug: looking for audio filter module matching "scaletempo": 14 candidates
[b3f1f290] scaletempo audio filter debug: format: 44100 rate, 2 nch, 4 bps, fl32
[b3f1f290] scaletempo audio filter debug: params: 30 stride, 0.200 overlap, 14 search
[b3f1f290] scaletempo audio filter debug: 1.000 scale, 1323.000 stride_in, 1323 stride_out, 1059 standing, 264 overlap, 617 search, 2204 queue, fl32 mode
[b3f1f290] core audio filter debug: using audio filter module "scaletempo"
[0827a128] core audio output debug: conversion: 'f32l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
[0827a128] core audio output debug: conversion pipeline complete
[b3f35880] core visualization debug: looking for visualization module matching "visual": 2 candidates
[b3f4fb58] core spu text debug: looking for text renderer module matching "any": 2 candidates
[b3f4fb58] freetype spu text debug: Building font databases.
[b3f4fb58] freetype spu text debug: Took 1 microseconds
[b3f4fb58] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
[b3f4fb58] freetype spu text debug: Using Monospace as mono-font from file /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf
[b3f4fb58] freetype spu text debug: using fontsize: 2
[b3f4fb58] core spu text debug: using text renderer module "freetype"
[b3f50ec0] core scale debug: looking for video filter2 module matching "any": 63 candidates
[b3f50ec0] swscale scale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality)
[b3f50ec0] core scale debug: using video filter2 module "swscale"
[b3f7d0d8] core scale debug: looking for video filter2 module matching "any": 63 candidates
[b3f7d0d8] yuvp scale debug: YUVP to YUVA converter
[b3f7d0d8] core scale debug: using video filter2 module "yuvp"
[b3f4ebb8] core video output debug: Deinterlacing available
[b3f4ebb8] core video output debug: deinterlace 0, mode blend, is_needed 0
[b3f4ebb8] core video output debug: Opening vout display wrapper
[08289aa8] core vout display debug: looking for vout display module matching "gles2": 14 candidates
[08289dd0] core window debug: looking for vout window xid module matching "qt4,any": 4 candidates
[08289dd0] qt4 window debug: requesting video window...
[0827b710] qt4 interface debug: Video was requested 0, 0
[08289dd0] core window debug: using vout window xid module "qt4"
[0828d0a8] core inhibit debug: looking for inhibit module matching "any": 2 candidates
[0828d0a8] dbus_screensaver inhibit debug: cannot find service org.freedesktop.ScreenSaver
[0828d0a8] dbus_screensaver inhibit debug: cannot find service org.freedesktop.PowerManagement.Inhibit
[0828d0a8] dbus_screensaver inhibit debug: cannot find service org.mate.SessionManager
[0828d0a8] dbus_screensaver inhibit debug: cannot find service org.gnome.SessionManager
[0828d0a8] core inhibit debug: using inhibit module "xdg"
[0827e928] core gl debug: looking for opengl es2 module matching "any": 1 candidates
[0827e928] egl_x11 gl debug: EGL version 1.4 build 1.5.15.3226 by Intel Corporation
[0827e928] egl_x11 gl debug:  extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_vg_parent_image EGL_KHR_surfaceless_gles2 EGL_KHR_surfaceless_opengl EGL_NOK_image_shared 
[0827e928] core gl debug: using opengl es2 module "egl_x11"
Segmentation fault

So this issue does not seem to be conflated in its current form with video decoding issues of any kind