<p>Hi,&nbsp; all</p>
<div>Does gstreamer support sub-square transfering.</div>
<div><br>For example the original data is a square(0, 0, 100, 100), with start point (0, 0), width is 100, height is 100. </div>
<div>Now I just transfer (0, 0, 50, 50), only the left half square from one plugin to the later plugin.</div>
<div>Is there any method or how to negotiate. </div>
<div>Does standard caps has&nbsp;any field to describe such information.</div>
<div><br>The reason is my codec is from third party, with a limitation its output has padding inside. <br>If standard buffer transering is without padding, memcpy is unavoidable.</div>
<div><br>Still, I think transfering sub-square is needed in many situations.<br>For example, if user want to zoom interest area, there must be some method other than memcpy.</div>
<div>&nbsp;</div>
<div>Could you share some ideas.</div>
<div><br>Thanks in advance</div>