rtspreal: don't construct config header with uninitialised bytes
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 31 Jan 2010 13:03:33 +0000 (13:03 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 31 Jan 2010 13:03:58 +0000 (13:03 +0000)
commitefc5181d1374a61517d180768c35d48cc5ae9fb5
treec65596c9393e41c23bb4891b4f4e57cebd9dd71c
parentcd6b16734eeeaa7d73b6a62febac068459cf6882
rtspreal: don't construct config header with uninitialised bytes

Turns out 4 + 4 + 2 + (4 * 2) is actually 18 and not 22. This avoids
a presumably unintentional padding of uninitialised bytes at the end
of the CONT tags chunk, which should be harmless but causes warnings
in valgrind (see #608533 for a test URL).
gst/realmedia/rtspreal.c