On Wed Jun 14 19:53:13 2023 +0000, Nikolay Sivov wrote:
You could create effect nodes one by one inside this loop. No need to check for video_effects != NULL.
To me, it just seems easier to have this separate list for connecting the MFTs with each other. Sure you could create them in this loop, but then on the other hand, idk if it makes sense to just insert those effects, whose creation didn't fail.