MacOS has plugins under .so or under .dylib. Add detection for MacOS and handle this...
authorStefan Kost <ensonic@users.sourceforge.net>
Mon, 31 Mar 2008 13:47:22 +0000 (13:47 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Mon, 31 Mar 2008 13:47:22 +0000 (13:47 +0000)
commitb4c170a205d4d694a485e6e7221ee526825053f9
tree6226ca3c809e7a9a8f2cb3134d4e401cbe74c2a0
parentcd62b1a3b497f7c1f48ea8af20d5fb1ad4112ad6
MacOS has plugins under .so or under .dylib. Add detection for MacOS and handle this case.

Original commit message from CVS:
* configure.ac:
* gst/gstregistry.c:
MacOS has plugins under .so or under .dylib. Add detection for MacOS
and handle this case.
* gst/gst.c:
Add a comment here describing, why we stat each plugin and not try to
be smart.
ChangeLog
configure.ac
gst/gst.c
gst/gstregistry.c