gstreamer/subprojects/gst-plugins-good/ext/soup
Arnaud Rebillout c4cf06c017 souphttpsrc: forward accept-certificate signal from libsoup-3
With libsoup 2.x, it was possible to know when there was a TLS failure, as
libsoup provided the "special http status code" SOUP_STATUS_SSL_FAILED.

However these special codes were dropped with libsoup 3.x: now libsoup emits
the accept-certificate signal when there's a TLS failure.

This commit adds a signal "accept-certificate" to SoupHttpSrc, which is in fact
just about forwarding the signal from SoupMessage (which is, itself, forwarded
from GTlsConnection). Note that, in case of libsoup 2.x, the signal is never
emitted.

Fixes: #2379
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4925>
2023-06-29 16:27:31 +00:00
..
stub soup-stub: Gate G_URI_FLAGS_SCHEME_NORMALIZE behind glib version check 2021-10-13 19:24:02 +00:00
gstsoup.c soup: fix soup debug category 2022-06-02 12:55:13 +00:00
gstsoupelement.c soup: fix soup debug category 2022-06-02 12:55:13 +00:00
gstsoupelements.h soup: Fix plugin/element init 2022-05-25 09:33:56 +02:00
gstsouphttpclientsink.c soup: Fix plugin/element init 2022-05-25 09:33:56 +02:00
gstsouphttpclientsink.h soup: Runtime compatibility support for libsoup2 and libsoup3 2021-10-13 08:32:25 +00:00
gstsouphttpsrc.c souphttpsrc: forward accept-certificate signal from libsoup-3 2023-06-29 16:27:31 +00:00
gstsouphttpsrc.h soup: move libsoup session into its own thread 2022-01-28 08:49:09 +00:00
gstsouploader.c adaptivedemux2: Prevent duplicate symbols on static builds 2022-06-15 01:13:16 +00:00
gstsouploader.h adaptivedemux2: Prevent duplicate symbols on static builds 2022-06-15 01:13:16 +00:00
gstsouputils.c soup: Don't store a strong reference to the logging object 2022-01-29 16:22:48 +00:00
gstsouputils.h souphttpsrc: Don't use the source element after setup from the session thread 2022-01-28 15:41:54 +02:00
meson.build Remove glib and gobject dependencies everywhere 2022-04-01 16:32:17 +00:00