GStreamer under OSX requires setting a couple of environmental variables: DYLD_LIBRARY_PATH and GST_PLUGIN_PATH. One approach I relied on before in order to define these variables was to use the the setenv command in the /etc/launchd.conf file. launchd.conf is read by the launchd service during system boot. But, it turns out that any variable that starts with DYLD is just ignored…
Read the rest of this entry »