<div dir="ltr">Greetings,<div><br></div><div>I am implementing a fairly complicate custom plugin and this plugin sometimes will hold on some input buffers by pushing them into a queue if some timestamp condition does not meet yet, and sometimes it might push more than one buffer to srcpads if certain condition is met. Do you guys see any issue of doing this? I just want to make sure I will not have a big issue with this unconventional chain function. </div><div><br></div><div>I have went through the gstpad.c source code, and if my understanding is correctly the pad chain function will be called once every time each time there is a input buffer. And I do not see any issue with my above implementation. </div><div><br></div><div>Please correct me if I am wrong. Any input is appropriated.</div><div><br></div><div>Thanks</div><div><br></div><div>Jake</div></div>