visual: use unused value
authorLuis de Bethencourt <luis.bg@samsung.com>
Mon, 12 Jan 2015 15:33:09 +0000 (15:33 +0000)
committerLuis de Bethencourt <luis.bg@samsung.com>
Mon, 12 Jan 2015 15:33:42 +0000 (15:33 +0000)
commitb7fab0736dfc4349cc665f15c2640f6f353a5bc9
tree44f42783d0314345bf7d19e09e13876231bf19ea
parent881e51fffbe6c9985344d2be0ded7eb07df20873
visual: use unused value

ret is assigned but not used and in the next cycle of the loop it is overwritten
with default_prepare_output_buffer (). If there is a flow error the function
should return instead.

CID #1226475
gst/audiovisualizers/gstaudiovisualizer.c