Skip to content

Instantly share code, notes, and snippets.

@maruware
Created February 12, 2020 02:37
Show Gist options
  • Save maruware/bd281275c8d4973acb9388248f3a4279 to your computer and use it in GitHub Desktop.
Save maruware/bd281275c8d4973acb9388248f3a4279 to your computer and use it in GitHub Desktop.
gstreamer installation on ubuntu
sudo apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio
# dev
sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment