server: add small debug

This commit is contained in:
Wim Taymans 2013-07-15 14:50:26 +02:00
parent 15db094d85
commit 3fe1096fd1

View file

@ -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);