Skip to content

Instantly share code, notes, and snippets.

@israeljrs
Created June 12, 2020 18:32
Show Gist options
  • Save israeljrs/76d326a2008b805e1162b077ef505866 to your computer and use it in GitHub Desktop.
Save israeljrs/76d326a2008b805e1162b077ef505866 to your computer and use it in GitHub Desktop.
snippet to install gstreamer on ubuntu

Install gstreamer on Ubuntu

this is one snipper to install all dependencies to install gstreamer 1.0 on ubuntu.

$ sudo apt 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment