<br>Hi, <br><br>Currently, a typical gstreamer pipeline looks like <br><br>>gst-launch filesrc location=XYZ ! demuxer ! decodebin ! ffmpegcolorspace ! videobalance ! videoscale ! ximagesink. <br><br>The movement of data accross is enormous for a D1 or HD resolution as the pipeline passes YUV/RGB data which is very huge. <br>
<br>Is there any optimization possible or used which uses *pointers* to pass rather than the huge mem-copies involved?<br><br><br>Thanks,<br>Nitin <br>