Skip to content

Commit

Permalink
kivu-webcam/gstreamer_h264_webcam_encoding : fix test failing
Browse files Browse the repository at this point in the history
gnome and chromium moved to core24 (on edge) and the test fails
with folowing error messages when the provider runs on 22.04:

07:59:58  gst-launch-1.0: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found
...
  • Loading branch information
hector-cao committed Sep 20, 2024
1 parent 6d554b9 commit 420cb20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion checkbox-provider-kivu/units/webcam/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ requires:
package.name == "gstreamer1.0-vaapi"
environ: GST_PLUGIN
command:
source export_va_path.sh
# initially, we want to call export_va_path.sh to use the libva and VA drivers from chromium/gnome
# but this makes the tail fail when gnome moved to core24 and the provider is running on Jammy
# gst-launch-1.0: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found
# so we skip export the paths and use the libva and VA drivers available on the host system
#source export_va_path.sh
timeout 10 intel_gpu_top -J > "${PLAINBOX_SESSION_SHARE}"/gstreamer_raw_webcam_encoding_intel_gpu_top.json &
gpu_top_pid=$!
timeout 10 gst-launch-1.0 -v --gst-plugin-path="${GST_PLUGIN}" v4l2src ! videoconvert ! video/x-raw ! fakesink
Expand Down

0 comments on commit 420cb20

Please sign in to comment.