ffmpegcolorspace — Converts video from one colorspace to another
GstFFMpegCsp;
gst-launch -v videotestsrc ! video/x-raw-yuv,format=\(fourcc\)YUY2 ! ffmpegcolorspace ! ximagesink
typedef struct { GstBaseTransform element; gint width, height; gfloat fps; enum PixelFormat from_pixfmt, to_pixfmt; AVPicture from_frame, to_frame; AVPaletteControl *palette; } GstFFMpegCsp;