Skip to content

Commit

Permalink
Fix gst plugins load (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPresso committed Dec 3, 2023
1 parent 76401bd commit 2024162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrappers/gst-launch-1.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

export GST_DEBUG=1 #1: ERROR (Log fatal errors only).
export LD_LIBRARY_PATH=/var/packages/@package_name@/target/lib/gstreamer/patch
export GST_PLUGIN_PATH=/var/packages/@package_name@/target/lib/gstreamer/gstreamer-1.0/patch

# shellcheck source=/utils/patch_utils.sh
source "/var/packages/VideoStation/patch/patch_utils.sh" 2> /dev/null ||
Expand Down

0 comments on commit 2024162

Please sign in to comment.