GNOME Bugzilla – Bug 796787
flowcombiner should combine OK when no stored pads
Last modified: 2018-07-12 08:43:33 UTC
Created attachment 372993 [details] test flow combiner incorrectly returns not-linked if there are no stored pads when you call gst_flow_combiner_get_flow.
Created attachment 372994 [details] [review] patch
With no stored pads, not-linked seems expected to me. That's also how e.g. tee works and has to work. What's the use-case here? :)
No use case, it just seemed wrong to me. Ok, let's close it then.
Well, if you have no pad then nothing is linked :)