[Bug 753751] Dashdemux: returned seekable range for live streams is not usable
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Oct 19 04:27:58 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753751
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #313470|none |reviewed
status| |
--- Comment #35 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 313470:
--> (https://bugzilla.gnome.org/review?bug=753751&attachment=313470)
::: ext/soup/gstsouphttpsrc.c
@@ +463,3 @@
g_free (src->iradio_url);
src->iradio_url = NULL;
+ src->last_http_status_code = 0;
Is this called when going back to NULL state?
@@ +1558,3 @@
_("Could not resolve server name."));
src->ret = GST_FLOW_ERROR;
+ src->last_http_status_code = msg->status_code;
Can't we just set it once at the end of the switch statement?
--
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