Is there any plugin to convert an image from YUV422 (16bit) to BGR 24bit format???
I've tested ffmpegcolorspace, but It seems not work fine:
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
...
erroneous pipeline: could not link ffmpegcsp0 to fakesink0
thankyou
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel