[Bug 733717] glmemory allocate size didn't match video_orc_pack_I420 needs if height is odd

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 30 22:21:33 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=733717
  GStreamer | gst-plugins-bad | 1.4.0

Matthew Waters <ystreet00> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.5.1

--- Comment #8 from Matthew Waters <ystreet00 at gmail.com> 2014-07-31 05:21:28 UTC ---
commit acb38a2a79588e223b7227638c7bd36590d0bfb1
Author: Matthew Waters <ystreet00 at gmail.com>
Date:   Thu Jul 31 15:18:04 2014 +1000

    glmemory: use the plane offsets to compute the size of the data pointer

    Certain elements expect that there be a certain number of lines
    that they can write into.  e.g. for odd heights, I420, YV12, NV12,
    NV21 (and others) Y lines are expected to have exactly twice the
    number of U/UV lines.

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

commit 89636392fa3fd2182dd13aa2193aca17edaa102d
Author: Matthew Waters <ystreet00 at gmail.com>
Date:   Thu Jul 31 14:07:29 2014 +1000

    glmemory: use GstVideoInfo everywhere

    Simplifies a lot of the calling code

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

-- 
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