Skip to content

Instantly share code, notes, and snippets.

View J-Rojas's full-sized avatar

J-Rojas

View GitHub Profile
@J-Rojas
J-Rojas / build_and_install_gstreamer.sh
Created March 2, 2021 21:27
Gstreamer build on Nvidia jetson platform
#!/bin/bash
cwd="$(realpath $( cd "$(dirname "$0")" ; pwd -P )/.. )"
cd $cwd
function usage() {
echo "usage: [PATH FOR BUILD FOLDER] [GSTREAMER VERSION] [INSTALLATION_PATH] [PATH TO NVIDIA LIBRARIES]"
}