udpsink: Unlock on error
This commit is contained in:
parent
d6cc68a9f7
commit
e819b60f27
@ -535,6 +535,7 @@ no_data:
|
|||||||
}
|
}
|
||||||
send_error:
|
send_error:
|
||||||
{
|
{
|
||||||
|
g_mutex_unlock (&sink->client_lock);
|
||||||
GST_DEBUG ("got send error %s", err->message);
|
GST_DEBUG ("got send error %s", err->message);
|
||||||
g_clear_error (&err);
|
g_clear_error (&err);
|
||||||
return GST_FLOW_ERROR;
|
return GST_FLOW_ERROR;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user