fix: update GStreamer plugin paths for compatibility
This commit is contained in:
parent
4a6f36f1ef
commit
9a6a3b6411
1 changed files with 7 additions and 2 deletions
|
@ -8,6 +8,11 @@ let
|
||||||
gst_all_1.gst-plugins-good
|
gst_all_1.gst-plugins-good
|
||||||
gst_all_1.gst-plugins-bad
|
gst_all_1.gst-plugins-bad
|
||||||
gst_all_1.gst-plugins-ugly
|
gst_all_1.gst-plugins-ugly
|
||||||
|
] + ":" + lib.makeLibraryPath [
|
||||||
|
gst_all_1.gst-plugins-base
|
||||||
|
gst_all_1.gst-plugins-good
|
||||||
|
gst_all_1.gst-plugins-bad
|
||||||
|
gst_all_1.gst-plugins-ugly
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
pkgs.buildGo123Module {
|
pkgs.buildGo123Module {
|
||||||
|
@ -44,8 +49,8 @@ pkgs.buildGo123Module {
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/catie \
|
wrapProgram $out/bin/catie \
|
||||||
--set GST_PLUGIN_SYSTEM_PATH ${gstPluginPath} \
|
--set GST_PLUGIN_SYSTEM_PATH_1_0 ${gstPluginPath} \
|
||||||
--set GST_PLUGIN_PATH ${gstPluginPath}
|
--set GST_PLUGIN_PATH_1_0 ${gstPluginPath}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
tags = [ ];
|
tags = [ ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue