From e255b06945a863c77db90e184eef9daadc36ca59 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 25 Jul 2022 03:56:38 +0200 Subject: [PATCH] macdeployqt: Update gstreamer plugins --- 3rdparty/macdeployqt/shared.cpp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/3rdparty/macdeployqt/shared.cpp b/3rdparty/macdeployqt/shared.cpp index 28b27e88..2d64ec33 100644 --- a/3rdparty/macdeployqt/shared.cpp +++ b/3rdparty/macdeployqt/shared.cpp @@ -1277,6 +1277,7 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl // GStreamer plugins. QStringList gstreamer_plugins = QStringList() + << "libgstaes.dylib" << "libgstaiff.dylib" << "libgstapetag.dylib" << "libgstapp.dylib" @@ -1295,13 +1296,15 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl << "libgstcoreelements.dylib" << "libgstdash.dylib" << "libgstequalizer.dylib" - << "libgstflac.dylib" << "libgstfaac.dylib" << "libgstfaad.dylib" << "libgstfdkaac.dylib" + << "libgstflac.dylib" << "libgstgio.dylib" + << "libgsthls.dylib" << "libgsticydemux.dylib" << "libgstid3demux.dylib" + << "libgstid3tag.dylib" << "libgstisomp4.dylib" << "libgstlame.dylib" << "libgstlibav.dylib" @@ -1322,14 +1325,15 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl << "libgstspeex.dylib" << "libgsttaglib.dylib" << "libgsttcp.dylib" + << "libgsttwolame.dylib" << "libgsttypefindfunctions.dylib" << "libgstudp.dylib" << "libgstvolume.dylib" << "libgstvorbis.dylib" + << "libgstwavenc.dylib" << "libgstwavpack.dylib" << "libgstwavparse.dylib" - << "libgstxingmux.dylib" - << "libgsthls.dylib"; + << "libgstxingmux.dylib"; QString gstreamer_plugins_dir = qgetenv("GST_PLUGIN_PATH"); if (gstreamer_plugins_dir.isEmpty()) {