diff --git a/wrappers/gst-launch-1.0.sh b/wrappers/gst-launch-1.0.sh index e2b69de..c6e15ae 100644 --- a/wrappers/gst-launch-1.0.sh +++ b/wrappers/gst-launch-1.0.sh @@ -72,9 +72,13 @@ newline info "========================================[start $0 $pid]" info "GST_ARGS: $*" +# Force 5.1 (untested) "$path.orig" "$@" 2>> $stderrfile & child=$! wait "$child" +# Force 5.1 (untested) +gst-launch-1.0 uridecodebin uri=file://"$1" ! audioconvert ! audioresample ! audio/x-raw,channels=6 ! alsasink 2>> $stderrfile + endprocess