gstreamer/ext/srt
Jakub Adam ef118f3d0a srtobject: detect socket errors from srt_epoll_wait()
On an error event, epoll wait puts the failed socket in both readfds and
writefds. We can take advantage of this and avoid explicitly checking
socket state before every read or write attempt.

In addition, srt_getrejectreason() will give us more detailed
description of the connection failure.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1943>
2021-01-06 23:35:20 +00:00
..
gstsrt-enums.h srt: re-enable passphrase 2019-02-11 23:40:02 +00:00
gstsrt.c srt: Register a log handler 2020-10-06 12:39:04 +02:00
gstsrtobject.c srtobject: detect socket errors from srt_epoll_wait() 2021-01-06 23:35:20 +00:00
gstsrtobject.h srt: Add authentication to srtsink and srtsrc elements 2021-01-04 00:03:47 +05:30
gstsrtsink.c srtsink: remove unused connection_mode variable 2021-01-06 19:21:14 +00:00
gstsrtsink.h srt: Add authentication to srtsink and srtsrc elements 2021-01-04 00:03:47 +05:30
gstsrtsrc.c srtsrc: fix typos 2021-01-06 19:21:14 +00:00
gstsrtsrc.h srt: Add authentication to srtsink and srtsrc elements 2021-01-04 00:03:47 +05:30
meson.build srt: Move off deprecated srt_socket(). 2020-10-06 13:56:32 +02:00