goom: Initialised variables to remove compiler warnings
authorTobias Mueller <muelli@cryptobitch.de>
Thu, 2 Jul 2015 06:52:43 +0000 (08:52 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 7 Jul 2015 10:18:49 +0000 (13:18 +0300)
commit6faeb751708730a19f2ac9322b62afa4b086cc57
treef30de47ebcc22281cefde8fe1f75dba16ff444c0
parent19e7f188fa0e6fca73f8f080c315d4bbd99f708f
goom: Initialised variables to remove compiler warnings

goom_core.c: In function 'goom_update':
goom_core.c:685:5: error: 'param2' may be used uninitialized in this function [-Werror=maybe-uninitialized]
     goom_lines_switch_to (goomInfo->gmline2, mode, param2, amplitude, couleur);
     ^
goom_core.c:684:5: error: 'param1' may be used uninitialized in this function [-Werror=maybe-uninitialized]
     goom_lines_switch_to (goomInfo->gmline1, mode, param1, amplitude, couleur);
     ^

https://bugzilla.gnome.org/show_bug.cgi?id=752053
gst/goom/goom_core.c