Skip to content

gstpromise: Don't use g_return_* for internal checks

Edward Hervey requested to merge bilboed/gstreamer:promise-assertions into main

If assertion/checks are disabled bad things will happen and the function won't return as expected

Merge request reports