mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
server: configure client thread pool
This commit is contained in:
parent
00997d956f
commit
01b921e8a6
1 changed files with 2 additions and 0 deletions
|
@ -1144,6 +1144,8 @@ default_create_client (GstRTSPServer * server)
|
|||
gst_rtsp_client_set_mount_points (client, priv->mount_points);
|
||||
/* set authentication manager */
|
||||
gst_rtsp_client_set_auth (client, priv->auth);
|
||||
/* set threadpool */
|
||||
gst_rtsp_client_set_thread_pool (client, priv->thread_pool);
|
||||
/* check if client transport settings for multicast are allowed */
|
||||
gst_rtsp_client_set_use_client_settings (client, priv->use_client_settings);
|
||||
GST_RTSP_SERVER_UNLOCK (server);
|
||||
|
|
Loading…
Reference in a new issue