Hello there,<div><br></div><div>For one my work assignments for making Media player for smartphones, I am researching if it is possible to attach a data buffer to the GstElement. This data buffer contains video data which I would want the media player to play. So far what I have found is that we can set source file uri to the element which can be played. It can be a local file with file:// protocol or a network file with http:// protocol. According to the Gstreamer user manual the gstreamer itself creates buffers inside and manipulates them as and when necessary. But I could not find any documentation where one can attach a data buffer with data to be played using the pipeline. I wonder if it&#39;s possible to do that or not.</div>

<div><br></div><div>Thank you,</div><div>Deepak</div>