Skip to content

gst: Add gst_register_deinit_notify() API

Seungha Yang requested to merge seungha.yang/gstreamer:deinit-callback into main

Add an API so that user can install a callback function to be called when gst_deinit() is executed, then performs library specific teardown operations such as clearing resources or reporting live objects.

Merge request reports