mapmapteam / mapmap

Open source video mapping software
http://www.mapmap.info
GNU General Public License v3.0
427 stars 62 forks source link

Wrong permissions on GStreamer's framework directory on OS X 10.11 #281

Open aalex opened 7 years ago

aalex commented 7 years ago

It seems like the GStreamer framework, and its plugins have some wrong permissions on OS X 10.11, when we install them with their packages from https://gstreamer.freedesktop.org/data/pkg/osx/ - it is true for either 1.9.x or 1.6.x, it seems.

Symptoms:

Fix:

sudo chmod -R 755 /Library/GStreamer.framework

sofian commented 7 years ago

Hmmm. This is not very user-friendly. Is there a way we could make it easier?

aalex commented 7 years ago

Correction:

The solution is rather:

sudo chmod -R 755 /Library/Frameworks/GStreamer.framework