mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
udpsrc: Also clear GError
This commit is contained in:
parent
b86d20e45b
commit
c70ba7765a
1 changed files with 1 additions and 0 deletions
|
@ -459,6 +459,7 @@ no_select:
|
|||
gst_buffer_unmap (outbuf, &info);
|
||||
gst_buffer_unref (outbuf);
|
||||
outbuf = NULL;
|
||||
g_clear_error (&err);
|
||||
goto retry;
|
||||
}
|
||||
goto receive_error;
|
||||
|
|
Loading…
Reference in a new issue