filter_chain: rework filter_chain_VideoDrain()
From the last filter in the chain to the first we: - drain to get a picture - if there is a picture we use it to filter it - if we have a picture from running all the filters, we return it - otherwise we try again to drain the filter that produced a picture - if that filter doesn't produce a picture anymore, we try the previous filter in the chain
Please register or sign in to comment