On Mon Sep 25 08:19:05 2023 +0000, Rémi Bernon wrote:
I don't see how this helps debugging?
Replacing that segment with GST_INFO("Returning caps %" GST_PTR_FORMAT, caps) is just a tiny cleanup, it gives the same output. (It also saves the time needed to stringify it if the GST_INFO level is disabled, but it's not in a loop, so that's negligible.)
I can take it out if you feel that smaller and more focused patches are more important than smaller code files, makes me no difference. My goal is getting this functionality in place, anything else is secondary.