Is this package context aware?
It does run in node worker threads, but only a single thread.
I have an appsink in my pipeline, if I run 2 or more threads it will segfault during init:
Thread 1: pipeline.findChild('sink')
Result: OK
Thread 2: pipeline.findChild('sink')
Result: FATAL ERROR: v8::HandleScope::CreateHandle() Cannot create a handle without a HandleScope