summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/pitivi
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2020-10-02 00:31:58 +0200
committerNiklas Hambüchen <mail@nh2.me>2020-10-24 02:02:09 +0200
commit0672de5b894a15e97da9cf82bf3052bde7919691 (patch)
tree46bd095abf4f0f693fecadff3ab257e2292e3aff /pkgs/applications/video/pitivi
parente186f0e161407a9a781d235b21991ca82004fee0 (diff)
gstreamer: 1.16.2 -> 1.18.0
Fixes #98769. Important changes from https://gstreamer.freedesktop.org/releases/1.18/: * `gst-validate` was renamed to `gst-devtools` upstream: > * the `gst-validate` tarball has been superseded by > the `gst-devtools` tarball for consistency with the git module name. * `gst-python` is now Python 3 only: > * Python 2.x is no longer supported
Diffstat (limited to 'pkgs/applications/video/pitivi')
-rw-r--r--pkgs/applications/video/pitivi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/pitivi/default.nix b/pkgs/applications/video/pitivi/default.nix
index ee07a5c7cc89..1b7625d1c740 100644
--- a/pkgs/applications/video/pitivi/default.nix
+++ b/pkgs/applications/video/pitivi/default.nix
@@ -127,7 +127,7 @@ in python3Packages.buildPythonApplication rec {
gst-plugins-bad
gst-plugins-ugly
gst-libav
- gst-validate
+ gst-devtools
]);
pythonPath = with python3Packages; [