Flatpak: Set an env var so gstreamer uses playbin3

This commit is contained in:
Jordan Petridis 2018-12-09 20:39:17 +02:00
parent d9c64e7f87
commit 4adc3fadaa
No known key found for this signature in database
GPG Key ID: E8523968931763BE

View File

@ -30,6 +30,7 @@
"--share=network"
],
"env" : {
"USE_PLAYBIN3" : "1",
"CARGO_HOME" : "/run/build/Podcasts/cargo",
"RUSTFLAGS" : "--error-format=short --remap-path-prefix =../",
"RUST_BACKTRACE" : "1"