debug: change rndbuffersize properties from long to int
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 9 Jun 2012 15:53:54 +0000 (16:53 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 9 Jun 2012 15:53:54 +0000 (16:53 +0100)
commit98e415dc9dff6a4a8e0f3ef5f7c3f243e3b04dd6
tree6999885589991702fa401723fe3c7bfeea19ca31
parenta1948e34d29febd453c3c8db69d374f8592ed2e5
debug: change rndbuffersize properties from long to int

These should all be int instead of long, to avoid bugs
when passing these as varargs with g_object_set(), and
there was no reason to use long in the first place here.
Fixes FIXME.
gst/debugutils/rndbuffersize.c