macdeployqt: Update gstreamer plugins
This commit is contained in:
parent
d726568a23
commit
e255b06945
|
@ -1277,6 +1277,7 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl
|
||||||
|
|
||||||
// GStreamer plugins.
|
// GStreamer plugins.
|
||||||
QStringList gstreamer_plugins = QStringList()
|
QStringList gstreamer_plugins = QStringList()
|
||||||
|
<< "libgstaes.dylib"
|
||||||
<< "libgstaiff.dylib"
|
<< "libgstaiff.dylib"
|
||||||
<< "libgstapetag.dylib"
|
<< "libgstapetag.dylib"
|
||||||
<< "libgstapp.dylib"
|
<< "libgstapp.dylib"
|
||||||
|
@ -1295,13 +1296,15 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl
|
||||||
<< "libgstcoreelements.dylib"
|
<< "libgstcoreelements.dylib"
|
||||||
<< "libgstdash.dylib"
|
<< "libgstdash.dylib"
|
||||||
<< "libgstequalizer.dylib"
|
<< "libgstequalizer.dylib"
|
||||||
<< "libgstflac.dylib"
|
|
||||||
<< "libgstfaac.dylib"
|
<< "libgstfaac.dylib"
|
||||||
<< "libgstfaad.dylib"
|
<< "libgstfaad.dylib"
|
||||||
<< "libgstfdkaac.dylib"
|
<< "libgstfdkaac.dylib"
|
||||||
|
<< "libgstflac.dylib"
|
||||||
<< "libgstgio.dylib"
|
<< "libgstgio.dylib"
|
||||||
|
<< "libgsthls.dylib"
|
||||||
<< "libgsticydemux.dylib"
|
<< "libgsticydemux.dylib"
|
||||||
<< "libgstid3demux.dylib"
|
<< "libgstid3demux.dylib"
|
||||||
|
<< "libgstid3tag.dylib"
|
||||||
<< "libgstisomp4.dylib"
|
<< "libgstisomp4.dylib"
|
||||||
<< "libgstlame.dylib"
|
<< "libgstlame.dylib"
|
||||||
<< "libgstlibav.dylib"
|
<< "libgstlibav.dylib"
|
||||||
|
@ -1322,14 +1325,15 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl
|
||||||
<< "libgstspeex.dylib"
|
<< "libgstspeex.dylib"
|
||||||
<< "libgsttaglib.dylib"
|
<< "libgsttaglib.dylib"
|
||||||
<< "libgsttcp.dylib"
|
<< "libgsttcp.dylib"
|
||||||
|
<< "libgsttwolame.dylib"
|
||||||
<< "libgsttypefindfunctions.dylib"
|
<< "libgsttypefindfunctions.dylib"
|
||||||
<< "libgstudp.dylib"
|
<< "libgstudp.dylib"
|
||||||
<< "libgstvolume.dylib"
|
<< "libgstvolume.dylib"
|
||||||
<< "libgstvorbis.dylib"
|
<< "libgstvorbis.dylib"
|
||||||
|
<< "libgstwavenc.dylib"
|
||||||
<< "libgstwavpack.dylib"
|
<< "libgstwavpack.dylib"
|
||||||
<< "libgstwavparse.dylib"
|
<< "libgstwavparse.dylib"
|
||||||
<< "libgstxingmux.dylib"
|
<< "libgstxingmux.dylib";
|
||||||
<< "libgsthls.dylib";
|
|
||||||
|
|
||||||
QString gstreamer_plugins_dir = qgetenv("GST_PLUGIN_PATH");
|
QString gstreamer_plugins_dir = qgetenv("GST_PLUGIN_PATH");
|
||||||
if (gstreamer_plugins_dir.isEmpty()) {
|
if (gstreamer_plugins_dir.isEmpty()) {
|
||||||
|
|
Loading…
Reference in New Issue