fix: include correct gstreamer lib
This commit is contained in:
parent
9a6a3b6411
commit
3f6d52f3bd
1 changed files with 2 additions and 1 deletions
|
@ -3,12 +3,13 @@ with pkgs;
|
|||
let
|
||||
version = "0.0.1";
|
||||
gstPluginPath = lib.makeSearchPath "lib/gstreamer-1.0" [
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gstreamer.out
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
gst_all_1.gst-plugins-bad
|
||||
gst_all_1.gst-plugins-ugly
|
||||
] + ":" + lib.makeLibraryPath [
|
||||
gst_all_1.gstreamer.out
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
gst_all_1.gst-plugins-bad
|
||||
|
|
Loading…
Add table
Reference in a new issue