RESOLVED FIXED196244
[GStreamer] Remove the HLS queue buffering query hack
https://bugs.webkit.org/show_bug.cgi?id=196244
Summary [GStreamer] Remove the HLS queue buffering query hack
Philippe Normand
Reported 2019-03-26 02:40:52 PDT
.
Attachments
Patch (7.49 KB, patch)
2019-03-26 04:35 PDT, Philippe Normand
calvaris: review+
Philippe Normand
Comment 1 2019-03-26 04:35:24 PDT
Xabier Rodríguez Calvar
Comment 2 2019-03-27 00:44:43 PDT
Comment on attachment 365959 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=365959&action=review > Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:1592 > + gst_query_parse_buffering_range(query.get(), nullptr, nullptr, &stop, nullptr); Would it make sense to get the format and ASSERT it is PERCENT?
Philippe Normand
Comment 3 2019-03-27 04:30:28 PDT
Comment on attachment 365959 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=365959&action=review >> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:1592 >> + gst_query_parse_buffering_range(query.get(), nullptr, nullptr, &stop, nullptr); > > Would it make sense to get the format and ASSERT it is PERCENT? Sure, why not :)
Philippe Normand
Comment 4 2019-03-27 04:35:12 PDT
Radar WebKit Bug Importer
Comment 5 2019-03-27 04:41:08 PDT
Note You need to log in before you can comment on or make changes to this bug.