audio/video-info: Initialize the complete struct to 0 in the beginning
authorSebastian Dröge <sebastian@centricular.com>
Mon, 30 Dec 2013 09:14:09 +0000 (10:14 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 30 Dec 2013 09:15:20 +0000 (10:15 +0100)
commit65732d9c97dd2091994c88167501e85de5e5755d
tree68a67625a107437c6ebe38e827217c893b9ea863
parent5f07c1ed4e58ad52adf53ce58b808a061badd321
audio/video-info: Initialize the complete struct to 0 in the beginning

Instead of only initializing some parts in some code paths. Also
makes it easier to use the reserved bits of the structs later.

https://bugzilla.gnome.org/show_bug.cgi?id=720810
gst-libs/gst/audio/audio-info.c
gst-libs/gst/video/video-info.c