[Bug 735032] New: Refactoring of GstZebraStripe element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 18 22:09:39 PDT 2014


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

           Summary: Refactoring of GstZebraStripe element
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: vineeth.tm at samsung.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

Refactored ZebraStripe element

In GstZebraStripe element,
there are three functions
gst_zebra_stripe_transform_frame_ip_planarY
gst_zebra_stripe_transform_frame_ip_YUY2
gst_zebra_stripe_transform_frame_ip_AYUV

which does the same functionality except for the offset values
The code is duplicated in all 3 functions.

Hence moving the code to a common place and just changing the offset values
based on the CAPS.

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