Skip to content

Commit b6500f9

Browse files
committed
Fix JDSP4Linux on other than English languages
GST cannot find entry 'device' on Russian language On Russian language it should use russian translation for word 'device'. So just use English for every program executed by JDSP.
1 parent 7838c5c commit b6500f9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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)