Skip to content

Commit 2024162

Browse files
authored
Fix gst plugins load (#112)
1 parent 76401bd commit 2024162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrappers/gst-launch-1.0.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

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

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

0 commit comments

Comments
 (0)