GStreamer.registryForkIsEnabled

By default GStreamer will perform a fork() when scanning and rebuilding the registry file. Applications might want to disable this behaviour with the gst_registry_fork_set_enabled() function.

class GStreamer
static
int
registryForkIsEnabled
()

Return Value

Type: int

TRUE if GStreamer will use fork() when rebuilding the registry. On platforms without fork(), this function will always return FALSE. Since 0.10.10

Meta