Compiling gstreamer from source

I have to compile gstreamer on different computers and thus wrote this little script to fetch the sources and compile them. Note that you need to install dependencies first. gstreamer will usually compile when they are not present, but will then not work properly. You can download it here: gstreamer_build.sh #!/bin/bash   # you might … Continue reading Compiling gstreamer from source