GNOME Bugzilla – Bug 324626
ffmpegcolorspace support for fourcc "UYVY"
Last modified: 2006-02-06 21:56:21 UTC
The IEEE1394 Trade Association IIDC camera format cameras use a YUV subsampled format which is equal to fourcc mode "UYVY". Gstreamer's ffmpegcolorspace does not currently support this mode.
Created attachment 56212 [details] [review] Patch to fix ffmpegcolorspace
Committed CVS, thanks for the patch. * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt): Patch from Eric Jonas to support conversions to/from UYVY (Fixes: #324626)