| 169 * |
169 * |
| 170 * GStreamer 0.10.10 and newer have a gst_register_fork_set_enabled() |
170 * GStreamer 0.10.10 and newer have a gst_register_fork_set_enabled() |
| 171 * function that can be called by applications to disable forking |
171 * function that can be called by applications to disable forking |
| 172 * during initialization. But it's not in 0.10.0, so we shouldn't |
172 * during initialization. But it's not in 0.10.0, so we shouldn't |
| 173 * use it. |
173 * use it. |
| |
174 * |
| |
175 * All of this child process reaping stuff is currently only used for |
| |
176 * processes that were forked to play sounds. It's not needed for |
| |
177 * forked DNS child, which have their own waitpid() call. It might |
| |
178 * be wise to move this code into gtksound.c. |
| 174 */ |
179 */ |
| 175 static void |
180 static void |
| 176 clean_pid() |
181 clean_pid() |
| 177 { |
182 { |
| 178 int status; |
183 int status; |