mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-27 11:32:51 +00:00
server: add small debug
This commit is contained in:
parent
15db094d85
commit
3fe1096fd1
1 changed files with 2 additions and 0 deletions
|
@ -948,6 +948,8 @@ struct _ClientContext
|
|||
static gboolean
|
||||
free_client_context (ClientContext * ctx)
|
||||
{
|
||||
GST_DEBUG ("free context %p", ctx);
|
||||
|
||||
GST_RTSP_SERVER_LOCK (ctx->server);
|
||||
if (ctx->thread)
|
||||
gst_rtsp_thread_stop (ctx->thread);
|
||||
|
|
Loading…
Reference in a new issue