mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
dccp: Fix "non-void without return value" compilation issue.
This commit is contained in:
parent
98dccb65bf
commit
6227900c71
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ gst_dccp_server_accept_new_clients (void *arg)
|
|||
sink->clients = g_list_append (sink->clients, client);
|
||||
pthread_mutex_unlock (&lock);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue