<div class="gmail_quote">Hi all.<br>I&#39;m trying to use GStreamer in order to encode (and decode) an image stored in an RGB24 byte array using the jpegenc plugin directly in an application.<br>The image is acquired via a camera in raw format and it is converted in RGB24. Prior to save this image on a SD card, I need to convert it in JPG and encrypt it via libgcrypt.<br>


The problem is that I do not have a src or a sink for my pipeline but only an input and an output array (C-language speaking).<br><br>Unfortunately, I&#39;m developing on an embedded platform and I can use only the GStreamer version 0.10.15 in wich there is not the more recent base plugin called &quot;app&quot; that can be used to pass buffers as input or output.<br>


<br>So the question is: is it possible to use a &quot;partial&quot; pipeline like that: <br>ffmpegcolorspace ! jpegenc <br>using a GstBuffer as input of ffmpegcolorspace plugin and another as output of jpegenc?<br><br>I hope I was intelligible...<br>


<br>Thank you!<br> <br>
</div>Alessandro<br>