Created
February 12, 2020 02:37
-
-
Save maruware/bd281275c8d4973acb9388248f3a4279 to your computer and use it in GitHub Desktop.
gstreamer installation on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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