Seungmin Kim
Seungmin Kim
gst-vaapi is required to be included in the build procedures. @danisla Please keep it in mind.
@danisla bundle GST-VAAPI (VA drivers required in host of course) Also note that only i965 is supported for Intel, not iHD, and we have not tested the behaviors perfectly. We...
@xhejtman
@danisla I do not see it as an available plugin on GStreamer compiled with Selkies 1.3.1. `gst-inspect-1.0 | grep vaapi`
Note: set `USE_DRM` for `gstreamer-vaapi/config.h` to `true`. This should be somehere in the build settings. Dependencies: ``` libva_req = ['>= 0.39.0', '!= 0.99.0'] libwayland_req = '>= 1.11.0' libdrm_req = '>=...
@danisla libva, libwayland, libdrm
Should we stop here for now, perhaps? `vah264enc` is in main and should be in GST 1.21 gst-bad instead of a separate gst-vaapi package. It should have a better experience...
I think this PR is ready to be revived, now that `vah264enc` is in 1.21.1.
@xhejtman The vaapi issue with the framerate last time might have been with `MIT-SHM` missing, btw.
Relevant? @danisla : https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/430ec0d860738199b81c4aac73a6b057918be144 I think we also need to check if dependencies have changed in https://github.com/selkies-project/selkies-gstreamer/commit/276fe41d4a23d0985b819e3fc64b173753293456. `-Dvaapi=enabled -Dvaapi:encoders=true -Dvaapi:drm=true` Moreover, is this not for the VAAPI plugin, not the...