gst/gst.c: if we have fork, fork while reading/rebuilding the registry so the parent...
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 28 May 2006 09:09:03 +0000 (09:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 28 May 2006 09:09:03 +0000 (09:09 +0000)
commitdd0456fe1c3b931973960eb13622cf79c9e359b3
tree441b6f5a6c237f5ac6039fd504f575c1be6742c6
parentd5090022cdc93db08f8ef8a83085b6c23b38856c
gst/gst.c: if we have fork, fork while reading/rebuilding the registry so the parent doesn't take the hit of having a...

Original commit message from CVS:

* gst/gst.c: (init_post):
if we have fork, fork while reading/rebuilding the registry
so the parent doesn't take the hit of having all plugins loaded
in memory.  Fixes #342777.
* configure.ac:
Check if we have fork()
* win32/common/config.h.in:
no fork() on win32
ChangeLog
configure.ac
gst/gst.c
win32/common/config.h.in