[Bug 736944] New: videoscale: vs_image_scale_4tap_Y offset should use stride to calculate buffer offset

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 19 00:06:53 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736944
  GStreamer | gst-plugins-good | 1.x

           Summary: videoscale: vs_image_scale_4tap_Y offset should use
                    stride to calculate buffer offset
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sanjay.nm at samsung.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=286577)
 View: https://bugzilla.gnome.org/attachment.cgi?id=286577
 Review: https://bugzilla.gnome.org/review?bug=736944&attachment=286577

videoscale: vs_image_scale_4tap_Y using stride to calculate offset instead of
width

vs_image_scale_4tap_Y uses width as of now. Though width and stride will
contain same value in case of Y data, it will be logical to do the offset
calculation using stride rather than width

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