GNOME Bugzilla – Bug 736897
videobox: duplicate assignment
Last modified: 2014-09-23 23:13:28 UTC
In File gstvideobox.c line 1954, dest = GST_VIDEO_FRAME_PLANE_DATA (dest_frame, 0); is present. It is not used till line 1971 where dest is getting over written with the same function call. May be one of the calls is not required. Request to please review.
Same with src pointer at line 2062
You forgot to attach the patch
commit 208e12dca2ef75b49e9ae0450f7b7b63ba25300c Author: Tim-Philipp Müller <tim@centricular.com> Date: Wed Sep 24 00:12:14 2014 +0100 videobox: remove duplicate assignments https://bugzilla.gnome.org/show_bug.cgi?id=736897