summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlistair Buxton <a.j.buxton@gmail.com>2015-04-23 18:53:08 +0100
committerSebastian Dröge <sebastian@centricular.com>2015-04-23 20:12:18 +0200
commiteb7705a48d786d55d125caa9fa024c07a19becf4 (patch)
treedc849360268c85e140051a10654d65b91957c664 /examples
parent753f8a8ac932ce117fad3e993a9998be9dac323c (diff)
Fix timeout function signatures across tests and examples
Diffstat (limited to 'examples')
-rw-r--r--examples/test-multicast.c2
-rw-r--r--examples/test-multicast2.c2
-rw-r--r--examples/test-sdp.c2
-rw-r--r--examples/test-video-rtx.c2
-rw-r--r--examples/test-video.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/test-multicast.c b/examples/test-multicast.c
index c7d55fc..8ac821e 100644
--- a/examples/test-multicast.c
+++ b/examples/test-multicast.c
@@ -23,7 +23,7 @@
static gboolean
-timeout (GstRTSPServer * server, gboolean ignored)
+timeout (GstRTSPServer * server)
{
GstRTSPSessionPool *pool;
diff --git a/examples/test-multicast2.c b/examples/test-multicast2.c
index 1d8e6f2..ef9e3d6 100644
--- a/examples/test-multicast2.c
+++ b/examples/test-multicast2.c
@@ -23,7 +23,7 @@
static gboolean
-timeout (GstRTSPServer * server, gboolean ignored)
+timeout (GstRTSPServer * server)
{
GstRTSPSessionPool *pool;
diff --git a/examples/test-sdp.c b/examples/test-sdp.c
index 98efe9e..894d9bd 100644
--- a/examples/test-sdp.c
+++ b/examples/test-sdp.c
@@ -23,7 +23,7 @@
static gboolean
-timeout (GstRTSPServer * server, gboolean ignored)
+timeout (GstRTSPServer * server)
{
GstRTSPSessionPool *pool;
diff --git a/examples/test-video-rtx.c b/examples/test-video-rtx.c
index 89b7778..5022feb 100644
--- a/examples/test-video-rtx.c
+++ b/examples/test-video-rtx.c
@@ -25,7 +25,7 @@
* pool. This needs to be run explicitly currently but might be done
* automatically as part of the mainloop. */
static gboolean
-timeout (GstRTSPServer * server, gboolean ignored)
+timeout (GstRTSPServer * server)
{
GstRTSPSessionPool *pool;
diff --git a/examples/test-video.c b/examples/test-video.c
index 0d4a3a5..087da08 100644
--- a/examples/test-video.c
+++ b/examples/test-video.c
@@ -33,7 +33,7 @@
* pool. This needs to be run explicitly currently but might be done
* automatically as part of the mainloop. */
static gboolean
-timeout (GstRTSPServer * server, gboolean ignored)
+timeout (GstRTSPServer * server)
{
GstRTSPSessionPool *pool;