[webkit-reviews] review granted: [Bug 194992] [EME][GStreamer] Replace caps field loop with gst_structure_remove_fields : [Attachment 362858] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 25 01:09:17 PST 2019


Xabier Rodríguez Calvar <calvaris at igalia.com> has granted Charlie Turner
<cturner at igalia.com>'s request for review:
Bug 194992: [EME][GStreamer] Replace caps field loop with
gst_structure_remove_fields
https://bugs.webkit.org/show_bug.cgi?id=194992

Attachment 362858: Patch

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




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

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

>
Source/WebCore/platform/graphics/gstreamer/eme/WebKitCommonEncryptionDecryptorG
Streamer.cpp:130
> +	       gst_structure_remove_fields(outgoingStructure.get(),
"protection-system", "original-media-type", "encryption-algorithm",
"encoding-scope", "cipher-mode", NULL);

nullptr

>
Source/WebCore/platform/graphics/gstreamer/eme/WebKitCommonEncryptionDecryptorG
Streamer.cpp:136
> +	       gst_structure_remove_fields(outgoingStructure.get(),
"base-profile", "codec_data", "height", "framerate", "level",
"pixel-aspect-ratio", "profile", "rate", "width", NULL);

nullptr


More information about the webkit-reviews mailing list