[Bug 777147] New: video-converter: Mixing fields when converting chroma planes for various formats in interlaced mode

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jan 11 16:47:18 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=777147

            Bug ID: 777147
           Summary: video-converter: Mixing fields when converting chroma
                    planes for various formats in interlaced mode
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: slomo at coaxion.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Missing in:
convert_I420_pack_ARGB
convert_I420_ARGB
convert_I420_BGRA
convert_AYUV_I420

Implemented in:
convert_UYVY_I420
convert_YUY2_I420
convert_I420_AYUV
convert_I420_UYVY
convert_I420_YUY2


Problem is that for interlaced mode it has to map chroma lines 0 and 2 to
chroma line 1 (or the other way around), but currently uses lines 0 and 1.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list