pad: Only initialize GValue to a type once, not on every retry
authorSebastian Dröge <sebastian@centricular.com>
Mon, 16 Feb 2015 09:35:41 +0000 (11:35 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 16 Feb 2015 09:35:41 +0000 (11:35 +0200)
commit9107a5e041acbad8b16242e73a233fc08f0eecb1
treeb455561860afe6551ea790980854773207000a5d
parentee9ca5d48b9c0f0e8b5714a0d08b8915e85e8572
pad: Only initialize GValue to a type once, not on every retry

Otherwise we'll get warnings like this:
cannot initialize GValue with type 'gboolean', the value has already been initialized as 'gboolean'
gst/gstpad.c