[Webkit-unassigned] [Bug 185948] [GStreamer] Handle changes in the "drm-preferred-decryption-system-id" NEED_CONTEXT message.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 08:39:12 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=185948

Xabier Rodríguez Calvar <calvaris at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #341282|review?, commit-queue?      |review+, commit-queue-
              Flags|                            |

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

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

> Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:319
> +    if (streamEncryptionAllowedSystems) {
> +        for (i = 0; streamEncryptionAllowedSystems[i]; ++i)
> +            streamEncryptionAllowedSystemsVector.append(streamEncryptionAllowedSystems[i]);
> +    }

We don't need the brackets here, I think.

> Tools/gstreamer/jhbuild.modules:74
> +      <patch file="gst-plugins-good-0003-qtdemux-Clarify-field-name-about-stream-encryption-s.patch" strip="1" />

You can add a comment <!-- Merged in master, scheduled for 1.16.0 --> because we don't have the commit id yet but we will and we want to ensure that it is clear where it is now and will be release. Actually, the information about the patches scheduled for 1.16 should be in the others too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180525/bc5299a5/attachment-0001.html>


More information about the webkit-unassigned mailing list