<div dir="ltr"><span id="gmail-docs-internal-guid-dfd0c170-7fff-b445-2ae4-b0fef72b429f"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-variant-numeric:normal;font-variant-east-asian:normal;vertical-align:baseline">Hi, I had read that there had been a fix to the macOS build so that the distribution would work from any location. But it seems GStreamer 1.16 (the latest) still expects things to be in the default installation location. <br><br>As you can see below, If I rename the directory where GStreamer is installed, things don't work:<br><font color="#000000" face="Courier New"><span style="font-size:8pt;white-space:pre-wrap">
</span></font><span style="color:rgb(0,0,0);font-family:"Courier New";font-size:10.6667px;white-space:pre-wrap">$ cd /Library/Frameworks</span><font color="#000000" face="Courier New"><span style="font-size:8pt;white-space:pre-wrap">
$ GStreamer.framework/Commands/gst-play-1.0 some.mp3</span></font></span></p><p style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><font color="#000000" face="Courier New"><span style="font-size:10.6667px;white-space:pre-wrap"><this works fine>

</span></font></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="background-color:transparent;color:rgb(0,0,0);font-family:"Courier New";font-size:8pt;white-space:pre-wrap">$ sudo mv GStreamer.framework GStreamer.framework.backup</span><br></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:8pt;font-family:"Courier New";color:rgb(0,0,0);background-color:transparent;font-variant-numeric:normal;font-variant-east-asian:normal;vertical-align:baseline;white-space:pre-wrap">$ GStreamer.framework.backup/Commands/gst-play-1.0 some.mp3</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:8pt;font-family:"Courier New";color:rgb(0,0,0);background-color:transparent;font-variant-numeric:normal;font-variant-east-asian:normal;vertical-align:baseline;white-space:pre-wrap">dyld: Library not loaded: /Library/Frameworks/</span><span style="font-size:8pt;font-family:"Courier New";color:rgb(0,0,0);font-variant-numeric:normal;font-variant-east-asian:normal;vertical-align:baseline;white-space:pre-wrap;background-color:rgb(255,255,0)">GStreamer.framework</span><span style="font-size:8pt;font-family:"Courier New";color:rgb(0,0,0);background-color:transparent;font-variant-numeric:normal;font-variant-east-asian:normal;vertical-align:baseline;white-space:pre-wrap">/Versions/1.0/lib/libgstpbutils-1.0.0.dylib</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:8pt;font-family:"Courier New";color:rgb(0,0,0);background-color:transparent;font-variant-numeric:normal;font-variant-east-asian:normal;vertical-align:baseline;white-space:pre-wrap">  Referenced from: /Library/Frameworks/GStreamer.framework.backup/Commands/gst-play-1.0</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:8pt;font-family:"Courier New";color:rgb(0,0,0);background-color:transparent;font-variant-numeric:normal;font-variant-east-asian:normal;vertical-align:baseline;white-space:pre-wrap">  Reason: image not found</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:8pt;font-family:"Courier New";color:rgb(0,0,0);background-color:transparent;font-variant-numeric:normal;font-variant-east-asian:normal;vertical-align:baseline;white-space:pre-wrap">Trace/BPT trap: 5</span></p></span><br>I was planning to redistribute GStreamer with my application, but this will prevent me from doing that.<br><br>Any advice/insight?<br>John</div>