mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +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:
|
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…
Reference in a new issue