Add gstreamer plugins good/ugly for better codec support (#31687)

* NixOS: add gst-plugins-{good,ugly} for better codec support

* Add gstreamer plugins good/ugly to all other package lists
This commit is contained in:
Delan Azabani 2024-03-15 17:05:26 +08:00 committed by GitHub
parent 68b82e6d61
commit 884d024957
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 3 deletions

View file

@ -71,7 +71,9 @@ stdenv.mkDerivation (androidEnvironment // rec {
gst_all_1.gstreamer
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-ugly
rustup
taplo