Is there any plugin to convert an image from YUV422 (16bit) to BGR 24bit format???<div>I've tested ffmpegcolorspace, but It seems not work fine:</div><div><br></div><div>gst-launch-0.10 gstrtpbin name=rtpbin v4l2src device=/dev/video0 ! 'video/x-raw-yuv,width=512,height=512,format=(fourcc)YUY2' ! ffmpegcolorspace ! 'video/x-raw-rgb, bpp=(int)24, depth=(int)24, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, endianness=(int)4321, width=(int)512, height=(int)512, interlaced=(boolean)false' ! fakesink</div>
<div>...</div><div>erroneous pipeline: could not link ffmpegcsp0 to fakesink0</div><div><br></div><div>thankyou</div>