Fix the issue that Web Audio test case fails on PR3.
authorShao Changbin <changbin.shao@intel.com>
Fri, 31 May 2013 01:42:18 +0000 (21:42 -0400)
committerGerrit Code Review <gerrit2@kim11>
Wed, 5 Jun 2013 02:00:45 +0000 (11:00 +0900)
commit3285f4abbfbae4f27c367cdc7f3828c8caf6f6a2
treebcef157edb2e9e34680bdf7517a62c7dc6be3adb
parente6e09784e2fe3fbe21c2859ae0a016d39b9b5281
Fix the issue that  Web Audio test case fails on PR3.

[Title] Fix the issue that  Web Audio test case fails on PR3.
[Issue#] TWEB-1144
[Cause] assertion `G_VALUE_HOLDS_BOOLEAN (value)' failed when set GValue, because the value doesn't initialize its type.
[Solution] Initilize the GValue type.
Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp