zebrastripe: Refactor to remove duplicate code
authorVineeth T M <vineeth.tm@samsung.com>
Mon, 1 Sep 2014 02:54:57 +0000 (08:24 +0530)
committerThiago Santos <thiagoss@osg.samsung.com>
Mon, 1 Sep 2014 13:57:45 +0000 (10:57 -0300)
commit114ee3355ad6db075c230f26ed92da84953a6def
tree847d60fc73119e3813148eb70c1d1c6330ea7f04
parentcd73c776f287eb33da9e3b55f624a0e8af70fd4d
zebrastripe: Refactor to remove duplicate code

gst_zebra_stripe_transform_frame_ip_planarY
gst_zebra_stripe_transform_frame_ip_YUY2
gst_zebra_stripe_transform_frame_ip_AYUV
all above 3 functions do the same functionality except for offset and pixel stride.
Hence moving the functionality to a single funtion.

https://bugzilla.gnome.org/show_bug.cgi?id=735032
gst/videofilters/gstzebrastripe.c