ffmpegcolorspace — Converts video from one colorspace to another
GstFFMpegCsp;
typedef struct { GstBaseTransform element; gint width, height; gfloat fps; enum PixelFormat from_pixfmt, to_pixfmt; AVPicture from_frame, to_frame; AVPaletteControl *palette; } GstFFMpegCsp;