Skip to content

init: Fix initialisation crash

Jan Schmidt requested to merge thaytan/gst-editing-services:init-crash into master

Fix a case where initialisation fails without setting the passed-in GError and the caller assumes it will be set, and add a guard to catch the condition in case it happens again in the future.

Merge request reports