[Bug 753751] Dashdemux: returned seekable range for live streams is not usable
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 27 07:20:15 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=753751
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #332133|none |needs-work
status| |
--- Comment #74 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 332133:
--> (https://bugzilla.gnome.org/review?bug=753751&attachment=332133)
::: gst-libs/gst/adaptivedemux/gstadaptivedemux.c
@@ +2682,3 @@
+ if (g_object_class_find_property (gobject_class,
+ "last-http-error-code")) {
+ g_object_get (stream->src, "last-http-error-code", http_status,
NULL);
This property does not exist though? You have to get it from the error message
now, and without error assume 200 (which might not be true, could as well be
206).
--
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