[Bug 777222] souphttpsrc: redirect uri is never set

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jan 16 11:18:45 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=777222

--- Comment #4 from Arnaud Vrac <rawoul at gmail.com> ---
Created attachment 343544
  --> https://bugzilla.gnome.org/attachment.cgi?id=343544&action=edit
souphttpsrc: make flow return values handling clearer

After reading the code I think we can simplify the flow result handling and
make the code clearer. Instead of storing the GstFlowReturn value in the class,
we can simply pass it when returning function. We couldn't do this before
because the headers handling was done using libsoup callbacks, but this is not
the case anymore.

This patch applies on top of redirection patch, otherwise it would be harder to
backport the redirection patch to 1.10 if needed.

-- 
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