<div>Hi all,</div>
<div>&nbsp;</div>
<div>I&#39;m developed a deocder plugin, connect with other elements (demux, videosink... ) and it works well.</div>
<div>But while I add this plugin into a bin and ghost its src and sink pads, link this bin as before, it does not work...</div>
<div>&nbsp;</div>
<div>e.g., <br>the pipes <br>Pipe1: decoder-&gt;videosink<br>and<br>Pipe2: bin(containing decoder)-&gt;videosink<br>&nbsp;</div>
<div>should be equivalent.<br><br>However the Pipe2 connection does not work. </div>
<div>&nbsp;</div>
<div>I debugged and found that in decoder element chain_function, the buffer received are all with 0 size. So is there anything I should do in the plugin to support this??</div>
<div>&nbsp;</div>
<div>Thanks in advance!!</div>
<div>&nbsp;</div>
<div>- Max</div>