Skip to content

Commit fb67e6e

Browse files
author
Tim Schneeberger
authored
Merge pull request #2 from tdrkDev/languagefix
Fix JDSP4Linux on other than English languages
2 parents 7838c5c + b6500f9 commit fb67e6e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

jdsp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
#!/usr/bin/env bash
22
#Noah Bliss
33

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+
412
# quick mod of this script to test my jdsp plugin
513
# if someone reads this: feel free to send a PR with an optimized script for jdsp4linux (+compatibility for V4L)
614
# ~thepbone

0 commit comments

Comments
 (0)