fix(iced-video): Fix the very high ram usage
feat(playback): add GstPlayFlags for playbin and playbin3
This commit is contained in:
@@ -87,6 +87,8 @@
|
||||
glib
|
||||
glib-networking
|
||||
|
||||
wrapGAppsHook4
|
||||
|
||||
# bzip2_1_1
|
||||
# libsysprof-capture
|
||||
# pcre2
|
||||
@@ -181,7 +183,7 @@
|
||||
else pkgs.clangStdenv;
|
||||
} (commonArgs
|
||||
// {
|
||||
GST_PLUGIN_PATH = "/run/current-system/sw/lib/gstreamer-1.0/";
|
||||
# GST_PLUGIN_PATH = "/run/current-system/sw/lib/gstreamer-1.0/";
|
||||
GIO_EXTRA_MODULES = "${pkgs.glib-networking}/lib/gio/modules";
|
||||
packages = with pkgs;
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user