mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
test-uri: fix callback signature
This commit is contained in:
parent
37a7ec8033
commit
f494eec5e7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
timeout (GstRTSPServer * server, gboolean ignored)
|
timeout (GstRTSPServer * server)
|
||||||
{
|
{
|
||||||
GstRTSPSessionPool *pool;
|
GstRTSPSessionPool *pool;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue