[EME][GStreamer] Replace caps field loop with gst_structure_remove_fields
Created attachment 362858 [details] Patch
Comment on attachment 362858 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=362858&action=review > Source/WebCore/platform/graphics/gstreamer/eme/WebKitCommonEncryptionDecryptorGStreamer.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/WebKitCommonEncryptionDecryptorGStreamer.cpp:136 > + gst_structure_remove_fields(outgoingStructure.get(), "base-profile", "codec_data", "height", "framerate", "level", "pixel-aspect-ratio", "profile", "rate", "width", NULL); nullptr
Created attachment 362889 [details] Patch for landing
Comment on attachment 362889 [details] Patch for landing Clearing flags on attachment: 362889 Committed r242035: <https://trac.webkit.org/changeset/242035>
All reviewed patches have been landed. Closing bug.
<rdar://problem/48358301>