From 71949f8c24440a157bda673c8567689c37878f2c Mon Sep 17 00:00:00 2001 From: David Sansome Date: Tue, 25 May 2010 21:00:10 +0000 Subject: [PATCH] Package the decodebin2 gstreamer plugin which contains the uridecodebin, and also package queue2 which is required by decodebin2 to buffer network streams. --- dist/windows/clementine.nsi.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/windows/clementine.nsi.in b/dist/windows/clementine.nsi.in index d5feb7895..13a032b48 100644 --- a/dist/windows/clementine.nsi.in +++ b/dist/windows/clementine.nsi.in @@ -98,7 +98,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgstaudioresample.dll" "gstreamer-plugins\libgstaudioresample.dll" File "/oname=libgstautodetect.dll" "gstreamer-plugins\libgstautodetect.dll" File "/oname=libgstcoreelements.dll" "gstreamer-plugins\libgstcoreelements.dll" - File "/oname=libgstdecodebin.dll" "gstreamer-plugins\libgstdecodebin.dll" + File "/oname=libgstdecodebin2.dll" "gstreamer-plugins\libgstdecodebin2.dll" File "/oname=libgstdirectsound.dll" "gstreamer-plugins\libgstdirectsound.dll" File "/oname=libgstflac.dll" "gstreamer-plugins\libgstflac.dll" File "/oname=libgstgio.dll" "gstreamer-plugins\libgstgio.dll" @@ -106,6 +106,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgstid3demux.dll" "gstreamer-plugins\libgstid3demux.dll" File "/oname=libgstmad.dll" "gstreamer-plugins\libgstmad.dll" File "/oname=libgstogg.dll" "gstreamer-plugins\libgstogg.dll" + File "/oname=libgstqueue2.dll" "gstreamer-plugins\libgstqueue2.dll" File "/oname=libgstsoup.dll" "gstreamer-plugins\libgstsoup.dll" File "/oname=libgstspeex.dll" "gstreamer-plugins\libgstspeex.dll" File "/oname=libgsttypefindfunctions.dll" "gstreamer-plugins\libgsttypefindfunctions.dll" @@ -211,7 +212,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstaudioresample.dll" Delete "$INSTDIR\gstreamer-plugins\libgstautodetect.dll" Delete "$INSTDIR\gstreamer-plugins\libgstcoreelements.dll" - Delete "$INSTDIR\gstreamer-plugins\libgstdecodebin.dll" + Delete "$INSTDIR\gstreamer-plugins\libgstdecodebin2.dll" Delete "$INSTDIR\gstreamer-plugins\libgstdirectsound.dll" Delete "$INSTDIR\gstreamer-plugins\libgstflac.dll" Delete "$INSTDIR\gstreamer-plugins\libgstgio.dll" @@ -219,6 +220,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstid3demux.dll" Delete "$INSTDIR\gstreamer-plugins\libgstmad.dll" Delete "$INSTDIR\gstreamer-plugins\libgstogg.dll" + Delete "$INSTDIR\gstreamer-plugins\libgstqueue2.dll" Delete "$INSTDIR\gstreamer-plugins\libgstspeex.dll" Delete "$INSTDIR\gstreamer-plugins\libgstsoup.dll" Delete "$INSTDIR\gstreamer-plugins\libgsttypefindfunctions.dll"