We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7838c5c + b6500f9 commit fb67e6eCopy full SHA for fb67e6e
jdsp
@@ -1,6 +1,14 @@
1
#!/usr/bin/env bash
2
#Noah Bliss
3
4
+# Workaround to fix JDSP4Linux on other than
5
+# English languages
6
+# ------------------------------------------
7
+# GST cannot find entry 'device' on other
8
+# than English languages
9
+
10
+export LC_ALL=C
11
12
# quick mod of this script to test my jdsp plugin
13
# if someone reads this: feel free to send a PR with an optimized script for jdsp4linux (+compatibility for V4L)
14
# ~thepbone
0 commit comments