Broken "Render to Texture Buffer" with libvlc 4.0
Greetings,
LibVLC May nightly build do work beautifully with code similar to:
https://github.com/videolan/vlc/blob/master/doc/libvlc/QtGL/qtvlcwidget.cpp
More recent builds have been broken in regard to render to texture buffer and it's been really difficult to locate the actual problem on my own.
The visual result now is that the render buffer is outputting solid green frames.
To help solving the issue, I've upload two versions of the log to compare/diff:
May build (working): http://hymedia.ca/hymedia.ca/vlc/vlc_working.txt
Latest build (broken): http://hymedia.ca/hymedia.ca/vlc/vlc_broken.txt
One thing that stands out is that Lua scripts are not being loaded in recent builds, could that cause any issues?
Thank you,