gstreamer/ext/curl
Alex Ashley 048d703577 curlhttpsrc: set http-version default if curl does not have HTTP2 feature present
If the version of the curl library is recent enough to allow support
for HTTP2 (i.e. CURL_VERSION_HTTP2 is defined) but does not actually
have that feature enabled, the call to
g_object_class_install_property() uses an incorrect default value for
the "http-version" property. The default should be 1.1 if HTTP2 is
not supported by libcurl or if not enabled by libcurl.

https://bugzilla.gnome.org/show_bug.cgi?id=786049
2017-08-09 17:59:31 +03:00
..
curltask.h curlhttpsrc: Fix flagged Coverity errors 2017-07-26 23:16:10 +03:00
gstcurl.c curl: Add curlhttpsrc element 2017-07-26 09:52:20 +03:00
gstcurlbasesink.c curl: Add curlhttpsrc element 2017-07-26 09:52:20 +03:00
gstcurlbasesink.h curlsink: handle socket callback for active FTP connections as well 2015-05-25 19:37:53 +01:00
gstcurldefaults.h curlhttpsrc: set http-version class property as enum 2017-08-08 09:06:49 +01:00
gstcurlfilesink.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstcurlfilesink.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstcurlftpsink.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstcurlftpsink.h curl*sink: fix some gst-indent problems 2014-04-26 10:20:11 +02:00
gstcurlhttpsink.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstcurlhttpsink.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstcurlhttpsrc.c curlhttpsrc: set http-version default if curl does not have HTTP2 feature present 2017-08-09 17:59:31 +03:00
gstcurlhttpsrc.h curlhttpsrc: set http-version default if curl does not have HTTP2 feature present 2017-08-09 17:59:31 +03:00
gstcurlqueue.c curl: curlqueue: add symbol name to avoid confusing gtkdoc 2017-07-26 17:22:31 -07:00
gstcurlqueue.h curl: Add curlhttpsrc element 2017-07-26 09:52:20 +03:00
gstcurlsftpsink.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstcurlsftpsink.h curl*sink: fix some gst-indent problems 2014-04-26 10:20:11 +02:00
gstcurlsmtpsink.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstcurlsmtpsink.h curlsmtpsink: add final boundary to all multipart emails 2014-12-19 13:16:43 +00:00
gstcurlsshsink.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstcurlsshsink.h curlsshsink: use the locally defined types 2014-10-26 21:04:02 +00:00
gstcurltlssink.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstcurltlssink.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am curl: Add curlhttpsrc element 2017-07-26 09:52:20 +03:00
meson.build curl: Add curlhttpsrc element 2017-07-26 09:52:20 +03:00