linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / libraries / phonon / backends / gst-plugin-paths.patch
blob39c1b9c0d29094ba3a7a4631cf39b895bfff1b59
1 Index: phonon-gstreamer-4.9.0/gstreamer/backend.cpp
2 ===================================================================
3 --- phonon-gstreamer-4.9.0.orig/gstreamer/backend.cpp
4 +++ phonon-gstreamer-4.9.0/gstreamer/backend.cpp
5 @@ -85,6 +85,8 @@ Backend::Backend(QObject *parent, const
6 "--gst-debug-no-color"
7 };
9 + qputenv("GST_PLUGIN_PATH_1_0", GST_PLUGIN_PATH_1_0);
11 int argc = sizeof(args) / sizeof(*args);
12 char **argv = const_cast<char**>(args);
13 GError *err = 0;