mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
udpsink: Unlock on error
This commit is contained in:
parent
d6cc68a9f7
commit
e819b60f27
1 changed files with 1 additions and 0 deletions
|
@ -535,6 +535,7 @@ no_data:
|
|||
}
|
||||
send_error:
|
||||
{
|
||||
g_mutex_unlock (&sink->client_lock);
|
||||
GST_DEBUG ("got send error %s", err->message);
|
||||
g_clear_error (&err);
|
||||
return GST_FLOW_ERROR;
|
||||
|
|
Loading…
Reference in a new issue