tests: fix warning in rtpool-test
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 26 Jan 2010 18:39:45 +0000 (18:39 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 26 Jan 2010 18:39:45 +0000 (18:39 +0000)
commit25271218deca0f45ca8228c876b1ae22a5d77970
treec46d697772b6bda0abb41a448c5ab3d1f6bbc087
parentfbdf4dcedad8692f1e3d8838551188987e462e74
tests: fix warning in rtpool-test

The stream status message object may be of a non-GObject type, e.g.
G_TYPE_POINTER (see GstAudioSrc), so print that properly instead
of assuming the value holds an object.
tests/examples/streams/rtpool-test.c