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
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
gstcurlftpsink.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstcurlftpsink.h
gstcurlhttpsink.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstcurlhttpsink.h
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
gstcurlsmtpsink.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstcurlsmtpsink.h
gstcurlsshsink.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstcurlsshsink.h
gstcurltlssink.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstcurltlssink.h
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