Skip to content

discoverer: Fix accumulating discoverer info when loading from cache

Thibault Saunier requested to merge thiblahute/gstreamer:gesdiscofixes into main

With the previous accumualator loading stopped after the first handler, even if it return NULL which is unexpected, instead we want to use the first non-value returned by handlers.

Merge request reports