[Bug 652628] New: [video(testsrc)] YUV9 and YVU9 layout mismatch

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 15 02:11:02 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=652628
  GStreamer | gst-plugins-base | git

           Summary: [video(testsrc)] YUV9 and YVU9 layout mismatch
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: mnauw at users.sourceforge.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The video format library determines the U and V component height as
GST_ROUND_UP_4 (height) / 4, whereas videotestsrc (implicitly) determines this
as height / 4  (corresponding mismatches in image size etc also ensue).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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