Hi all,<br>        I am trying to the accelerate the gst-ffmpeg codecs using our soc&#39;s h/w decoder <br> -the h/w decoder allocates sme memory dumps the decoded buffer in it.<br>-i would like to use this buffer in the direct rendering using the framebuffer driver.<br>
 <br>I have explored the features like <br>  -xvideo to provide different layers and do compositng.<br> -the fbdevsink feature provided by gstreamer.<br><br>But the current problem i am facing is how to avoid the &#39;memcpy&#39; between the decoder and and sink and directly give the buffer to to the xvimagesink.<br>
<br>what is the safe and best method provided by gstreamer to do this?<br><br>regards<br>anand<br>