Closed kflak closed 2 years ago
It still works on my Debian 11 Testing, just updated, using the latest nightly of oF.
libgstreamer is now 1.20-3.
I also have libgstreamer-opencv1.0-0 libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-bad1.0-dev libgstreamer-plugins-base1.0-0 libgstreamer-plugins-base1.0-dev all version 1.20.3
Aha! Figured out the problem. I needed to install gstreamer-vaapi
for the videoPlayer example to work. So it seems this should be included in the archlinux install script. I also noticed that another non-existent package is included in the script, gst-libav-x11
. I suppose this has been superceded by gst-libav
, but I am not sure about this...
@kflak - thanks for this! Would you want to do a Pull Request for the archlinux install_dependencies scripts?
Sure! Will try to get to it today.
On Thu, Oct 20, 2022 at 20:51, Theodore Watson @.***> wrote:
@.***(https://github.com/kflak) - thanks for this! Would you want to do a Pull Request for the archlinux install_dependencies scripts?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
Hi,
I just updated my system, and it seems gstreamer breaks any video playback. Getting this when running the videoPlayer example:
Needless to say, this is a HUGE bug. Please, please, please wait with upgrading gstreamer until this is fixed.
Running this on Arch Linux, oF version 0.11.2. Tested on xorg (bspwm) and wayland (sway).
EDIT: tested now with the latest nightly build, of_v20220210_linux64gcc6_nightly, and getting the same result.