Skip to content

Commit

Permalink
Add gstreamer1.0-plugins-good for autoaudiosink availability during t…
Browse files Browse the repository at this point in the history
…ests (#8093)
  • Loading branch information
misl6 committed Jan 2, 2023
1 parent 5744bc5 commit e932a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/ubuntu_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_kivy_test_run_apt_deps() {
sudo apt-get update
sudo apt-get -y install libunwind-dev
sudo apt-get -y install libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-mixer-dev
sudo apt-get -y install libgstreamer1.0-dev gstreamer1.0-alsa gstreamer1.0-plugins-base
sudo apt-get -y install libgstreamer1.0-dev gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-plugins-good
sudo apt-get -y install libsmpeg-dev libswscale-dev libavformat-dev libavcodec-dev libjpeg-dev libtiff5-dev libx11-dev libmtdev-dev
sudo apt-get -y install build-essential libgl1-mesa-dev libgles2-mesa-dev
sudo apt-get -y install xvfb pulseaudio xsel
Expand Down

0 comments on commit e932a4e

Please sign in to comment.