After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 324626 - ffmpegcolorspace support for fourcc "UYVY"
ffmpegcolorspace support for fourcc "UYVY"
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-20 16:36 UTC by eric jonas
Modified: 2006-02-06 21:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix ffmpegcolorspace (1.04 KB, patch)
2005-12-20 16:40 UTC, eric jonas
none Details | Review

Description eric jonas 2005-12-20 16:36: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.
Comment 1 eric jonas 2005-12-20 16:40:41 UTC
Created attachment 56212 [details] [review]
Patch to fix ffmpegcolorspace
Comment 2 Jan Schmidt 2006-01-30 14:45:13 UTC
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)