From 67cc69179b23a3ef7bf64a0a575a6fc74c73845e Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 16 Feb 2024 18:23:35 +0100 Subject: [PATCH] nsi: Update gstreamer plugins --- dist/windows/strawberry.nsi.in | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 1247cb46..40751ba4 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -663,11 +663,11 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgstid3tag.dll" "gstreamer-plugins\libgstid3tag.dll" File "/oname=libgstisomp4.dll" "gstreamer-plugins\libgstisomp4.dll" File "/oname=libgstlame.dll" "gstreamer-plugins\libgstlame.dll" + File "/oname=libgstlibav.dll" "gstreamer-plugins\libgstlibav.dll" File "/oname=libgstmpegpsdemux.dll" "gstreamer-plugins\libgstmpegpsdemux.dll" File "/oname=libgstmpegpsmux.dll" "gstreamer-plugins\libgstmpegpsmux.dll" File "/oname=libgstmpegtsdemux.dll" "gstreamer-plugins\libgstmpegtsdemux.dll" File "/oname=libgstmpegtsmux.dll" "gstreamer-plugins\libgstmpegtsmux.dll" - File "/oname=libgstlibav.dll" "gstreamer-plugins\libgstlibav.dll" File "/oname=libgstmpg123.dll" "gstreamer-plugins\libgstmpg123.dll" File "/oname=libgstmusepack.dll" "gstreamer-plugins\libgstmusepack.dll" File "/oname=libgstogg.dll" "gstreamer-plugins\libgstogg.dll" @@ -690,6 +690,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgstvolume.dll" "gstreamer-plugins\libgstvolume.dll" File "/oname=libgstvorbis.dll" "gstreamer-plugins\libgstvorbis.dll" File "/oname=libgstwasapi.dll" "gstreamer-plugins\libgstwasapi.dll" + File "/oname=libgstwaveform.dll" "gstreamer-plugins\libgstwaveform.dll" File "/oname=libgstwavenc.dll" "gstreamer-plugins\libgstwavenc.dll" File "/oname=libgstwavpack.dll" "gstreamer-plugins\libgstwavpack.dll" File "/oname=libgstwavparse.dll" "gstreamer-plugins\libgstwavparse.dll" @@ -704,6 +705,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=gstapp.dll" "gstreamer-plugins\gstapp.dll" File "/oname=gstasf.dll" "gstreamer-plugins\gstasf.dll" File "/oname=gstasfmux.dll" "gstreamer-plugins\gstasfmux.dll" + File "/oname=gstasio.dll" "gstreamer-plugins\gstasio.dll" File "/oname=gstaudioconvert.dll" "gstreamer-plugins\gstaudioconvert.dll" File "/oname=gstaudiofx.dll" "gstreamer-plugins\gstaudiofx.dll" File "/oname=gstaudiomixer.dll" "gstreamer-plugins\gstaudiomixer.dll" @@ -729,11 +731,11 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=gstid3tag.dll" "gstreamer-plugins\gstid3tag.dll" File "/oname=gstisomp4.dll" "gstreamer-plugins\gstisomp4.dll" File "/oname=gstlame.dll" "gstreamer-plugins\gstlame.dll" + File "/oname=gstlibav.dll" "gstreamer-plugins\gstlibav.dll" File "/oname=gstmpegpsdemux.dll" "gstreamer-plugins\gstmpegpsdemux.dll" File "/oname=gstmpegpsmux.dll" "gstreamer-plugins\gstmpegpsmux.dll" File "/oname=gstmpegtsdemux.dll" "gstreamer-plugins\gstmpegtsdemux.dll" File "/oname=gstmpegtsmux.dll" "gstreamer-plugins\gstmpegtsmux.dll" - File "/oname=gstlibav.dll" "gstreamer-plugins\gstlibav.dll" File "/oname=gstmpg123.dll" "gstreamer-plugins\gstmpg123.dll" File "/oname=gstmusepack.dll" "gstreamer-plugins\gstmusepack.dll" File "/oname=gstogg.dll" "gstreamer-plugins\gstogg.dll" @@ -756,8 +758,8 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=gstvolume.dll" "gstreamer-plugins\gstvolume.dll" File "/oname=gstvorbis.dll" "gstreamer-plugins\gstvorbis.dll" File "/oname=gstwasapi.dll" "gstreamer-plugins\gstwasapi.dll" - ; Disable wasapi2 until issue (https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2870) is fixed. - ;File "/oname=gstwasapi2.dll" "gstreamer-plugins\gstwasapi2.dll" + File "/oname=gstwasapi2.dll" "gstreamer-plugins\gstwasapi2.dll" + File "/oname=gstwaveform.dll" "gstreamer-plugins\gstwaveform.dll" File "/oname=gstwavenc.dll" "gstreamer-plugins\gstwavenc.dll" File "/oname=gstwavpack.dll" "gstreamer-plugins\gstwavpack.dll" File "/oname=gstwavparse.dll" "gstreamer-plugins\gstwavparse.dll" @@ -1166,11 +1168,11 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstid3tag.dll" Delete "$INSTDIR\gstreamer-plugins\libgstisomp4.dll" Delete "$INSTDIR\gstreamer-plugins\libgstlame.dll" + Delete "$INSTDIR\gstreamer-plugins\libgstlibav.dll" Delete "$INSTDIR\gstreamer-plugins\libgstmpegpsdemux.dll" Delete "$INSTDIR\gstreamer-plugins\libgstmpegpsmux.dll" Delete "$INSTDIR\gstreamer-plugins\libgstmpegtsdemux.dll" Delete "$INSTDIR\gstreamer-plugins\libgstmpegtsmux.dll" - Delete "$INSTDIR\gstreamer-plugins\libgstlibav.dll" Delete "$INSTDIR\gstreamer-plugins\libgstmpg123.dll" Delete "$INSTDIR\gstreamer-plugins\libgstmusepack.dll" Delete "$INSTDIR\gstreamer-plugins\libgstogg.dll" @@ -1193,6 +1195,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstvolume.dll" Delete "$INSTDIR\gstreamer-plugins\libgstvorbis.dll" Delete "$INSTDIR\gstreamer-plugins\libgstwasapi.dll" + Delete "$INSTDIR\gstreamer-plugins\libgstwaveform.dll" Delete "$INSTDIR\gstreamer-plugins\libgstwavenc.dll" Delete "$INSTDIR\gstreamer-plugins\libgstwavpack.dll" Delete "$INSTDIR\gstreamer-plugins\libgstwavparse.dll" @@ -1209,6 +1212,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\gstapp.dll" Delete "$INSTDIR\gstreamer-plugins\gstasf.dll" Delete "$INSTDIR\gstreamer-plugins\gstasfmux.dll" + Delete "$INSTDIR\gstreamer-plugins\gstasio.dll" Delete "$INSTDIR\gstreamer-plugins\gstaudioconvert.dll" Delete "$INSTDIR\gstreamer-plugins\gstaudiofx.dll" Delete "$INSTDIR\gstreamer-plugins\gstaudiomixer.dll" @@ -1234,11 +1238,11 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\gstid3tag.dll" Delete "$INSTDIR\gstreamer-plugins\gstisomp4.dll" Delete "$INSTDIR\gstreamer-plugins\gstlame.dll" + Delete "$INSTDIR\gstreamer-plugins\gstlibav.dll" Delete "$INSTDIR\gstreamer-plugins\gstmpegpsdemux.dll" Delete "$INSTDIR\gstreamer-plugins\gstmpegpsmux.dll" Delete "$INSTDIR\gstreamer-plugins\gstmpegtsdemux.dll" Delete "$INSTDIR\gstreamer-plugins\gstmpegtsmux.dll" - Delete "$INSTDIR\gstreamer-plugins\gstlibav.dll" Delete "$INSTDIR\gstreamer-plugins\gstmpg123.dll" Delete "$INSTDIR\gstreamer-plugins\gstmusepack.dll" Delete "$INSTDIR\gstreamer-plugins\gstogg.dll" @@ -1262,6 +1266,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\gstvorbis.dll" Delete "$INSTDIR\gstreamer-plugins\gstwasapi.dll" Delete "$INSTDIR\gstreamer-plugins\gstwasapi2.dll" + Delete "$INSTDIR\gstreamer-plugins\gstwaveform.dll" Delete "$INSTDIR\gstreamer-plugins\gstwavenc.dll" Delete "$INSTDIR\gstreamer-plugins\gstwavpack.dll" Delete "$INSTDIR\gstreamer-plugins\gstwavparse.dll"