[webkit-reviews] review granted: [Bug 196765] [GStreamer] Adaptive streaming playback broken with GStreamer < 1.12 : [Attachment 367110] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 10 02:09:15 PDT 2019


Xabier Rodríguez Calvar <calvaris at igalia.com> has granted Philippe Normand
<pnormand at igalia.com>'s request for review:
Bug 196765: [GStreamer] Adaptive streaming playback broken with GStreamer <
1.12
https://bugs.webkit.org/show_bug.cgi?id=196765

Attachment 367110: Patch

https://bugs.webkit.org/attachment.cgi?id=367110&action=review




--- Comment #2 from Xabier Rodríguez Calvar <calvaris at igalia.com> ---
Comment on attachment 367110
  --> https://bugs.webkit.org/attachment.cgi?id=367110
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=367110&action=review

> Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:907
> +    m_origins.add(WTFMove(origin));

Please, collapse these two lines:

m_origins.add(SecurityOrigin::create(response.url()));


More information about the webkit-reviews mailing list