registrychunks: Fix off-by-one error. Improve debug.
authorJan Schmidt <jan.schmidt@sun.com>
Thu, 8 Oct 2009 01:01:54 +0000 (02:01 +0100)
committerJan Schmidt <jan.schmidt@sun.com>
Thu, 8 Oct 2009 01:06:33 +0000 (02:06 +0100)
commit83252f42c95e49fdf4e36ef13d29d1d5aea73638
tree41fc4cbefae06a37e621104823ab5a641cf42d2c
parent0c3a8165b69294cd55839c692efd7cb7d144b370
registrychunks: Fix off-by-one error. Improve debug.

Fix an off-by-one error in the size guard for unpack_element, and
improve various debug statements in the failure paths.

Also, swap some g_new0 to g_malloc0 for the fun of it.
gst/gstregistrychunks.c