.
Created attachment 365959 [details] Patch
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?
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 :)
Committed r243537: <https://trac.webkit.org/changeset/243537>
<rdar://problem/49327622>