[Bug 786049] curlhttpsrc: http-version property is not present if curl does not have HTTP2 feature present
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Aug 9 14:59:54 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=786049
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
slomo at lotus ~/P/g/h/g/e/curl (master)> git log
commit 048d70357796e3e9ec11a8f8d91d85a43c637bde (HEAD -> master)
Author: Alex Ashley <bugzilla at ashley-family.net>
Date: Wed Aug 9 15:10:56 2017 +0100
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
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list