From f494eec5e7d5331ed0e61a76e9d7440534288f9b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 20 Nov 2012 12:47:20 +0100 Subject: [PATCH] test-uri: fix callback signature --- examples/test-uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test-uri.c b/examples/test-uri.c index d738b33107..62c06e68b7 100644 --- a/examples/test-uri.c +++ b/examples/test-uri.c @@ -23,7 +23,7 @@ static gboolean -timeout (GstRTSPServer * server, gboolean ignored) +timeout (GstRTSPServer * server) { GstRTSPSessionPool *pool;