mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 05:31:15 +00:00
09257b391c
In case when conn->input_stream is NULL and glib was built with "glib_checks" enabled, g_pollable_input_stream_read_nonblocking() returns -1, but does not set the "err". The call stack: read_bytes() -> fill_bytes() -> fill_raw_bytes() The return value -1 passed up to read_bytes() and incorrectly processed there after "error:" label. This changes the return value to EINVAL. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7210> |
||
---|---|---|
.. | ||
gstrtsp.h | ||
gstrtspconnection.c | ||
gstrtspconnection.h | ||
gstrtspdefs.c | ||
gstrtspdefs.h | ||
gstrtspextension.c | ||
gstrtspextension.h | ||
gstrtspmessage.c | ||
gstrtspmessage.h | ||
gstrtsprange.c | ||
gstrtsprange.h | ||
gstrtsptransport.c | ||
gstrtsptransport.h | ||
gstrtspurl.c | ||
gstrtspurl.h | ||
meson.build | ||
rtsp-prelude.h | ||
rtsp.h |