gstreamer/gst-libs/gst/rtsp
Per Forlin 76aa92be51 rtspconnection: Replace Auth header instead of append
gst_rtsp_connection_send() adds the Authorization header to the request.
If this function is being called multiple times with the same request
it will add one more Authorization header every time.

To fix to this issue do not append a new Authorization header on
top of an existing ones. Remove any existing Authorization headers first
and then add the new one.

Fixes gst-plugins-good#425
2018-12-07 11:36:11 +00:00
..
.gitignore rtsp: use generic marshaller 2014-10-24 10:17:47 +01:00
gstrtsp.h libs: Add missing single include headers and use them in GIRs 2012-11-21 11:01:24 +01:00
gstrtspconnection.c rtspconnection: Replace Auth header instead of append 2018-12-07 11:36:11 +00:00
gstrtspconnection.h rtsp: GST_EXPORT -> GST_RTSP_API 2018-03-13 12:16:42 +00:00
gstrtspdefs.c rtspdefs: Add gst_rtsp_generate_digest_auth_response_from_md5 2018-06-21 15:32:12 +02:00
gstrtspdefs.h rtspdefs: Add gst_rtsp_generate_digest_auth_response_from_md5 2018-06-21 15:32:12 +02:00
gstrtspextension.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
gstrtspextension.h libs: Documentation cleanup 2018-04-02 08:53:28 +02:00
gstrtspmessage.c gst-libs: include config.h in all source files 2018-08-13 09:23:34 +01:00
gstrtspmessage.h libs: Documentation cleanup 2018-04-02 08:53:28 +02:00
gstrtsprange.c gst-libs: include config.h in all source files 2018-08-13 09:23:34 +01:00
gstrtsprange.h rtsp: GST_EXPORT -> GST_RTSP_API 2018-03-13 12:16:42 +00:00
gstrtsptransport.c gst-libs: include config.h in all source files 2018-08-13 09:23:34 +01:00
gstrtsptransport.h pbutils, rtsp: fix deprecation guards 2018-08-13 00:24:50 +01:00
gstrtspurl.c gst-libs: include config.h in all source files 2018-08-13 09:23:34 +01:00
gstrtspurl.h rtsp: GST_EXPORT -> GST_RTSP_API 2018-03-13 12:16:42 +00:00
Makefile.am libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 08:45:34 +01:00
meson.build libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 08:45:34 +01:00
rtsp-prelude.h libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 08:45:34 +01:00
rtsp.h rtsp: GST_EXPORT -> GST_RTSP_API 2018-03-13 12:16:42 +00:00