From 2e24acaa5bb92ab3833b789c34796d9c1ef870ce Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 27 Oct 2008 10:33:20 +0000 Subject: tests/check/elements/icydemux.c: Add some refcount check Original commit message from CVS: * tests/check/elements/icydemux.c: (icydemux_found_pad): Add some refcount check * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run): Don't ignore the result of write(), fixes a compiler warning for me. * tests/icles/videobox-test.c: (main): Make the output a little more pretty. --- tests/icles/videobox-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/icles') diff --git a/tests/icles/videobox-test.c b/tests/icles/videobox-test.c index 708439ab..49697df9 100644 --- a/tests/icles/videobox-test.c +++ b/tests/icles/videobox-test.c @@ -85,7 +85,7 @@ main (int argc, char **argv) ldir = rdir = 10; for (round = 0; round < MAX_ROUND; round++) { - g_print ("box to %d %d %d %d (%d/%d) \r", top, bottom, left, right, + g_print ("box to %4d %4d %4d %4d (%d/%d) \r", top, bottom, left, right, round, MAX_ROUND); g_object_set (box, "top", top, "bottom", bottom, "left", left, "right", -- cgit