[Bug 777222] souphttpsrc: redirect uri is never set

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jan 19 11:50:43 UTC 2017


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

--- Comment #13 from Arnaud Vrac <rawoul at gmail.com> ---
Created attachment 343792
  --> https://bugzilla.gnome.org/attachment.cgi?id=343792&action=edit
souphttpsrc: properly check that seek range was respected

The code checking the seek range is broken in master because of the
GstFlowReturn refactoring. It was also slightly broken before because the check
would only be done on retry, not on seek (in this case src->ret would not be
equal to CUSTOM_ERROR), and because we could also do the check before making
sure the request was actually sent successfully.

This patch fixes it by moving the check later, when we're sure both the status
code is valid and soup_session_send() was successful.

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