RESOLVED FIXED 194992
[EME][GStreamer] Replace caps field loop with gst_structure_remove_fields
https://bugs.webkit.org/show_bug.cgi?id=194992
Summary [EME][GStreamer] Replace caps field loop with gst_structure_remove_fields
Charlie Turner
Reported 2019-02-24 10:06:40 PST
[EME][GStreamer] Replace caps field loop with gst_structure_remove_fields
Attachments
Patch (4.26 KB, patch)
2019-02-24 10:09 PST, Charlie Turner
no flags
Patch for landing (4.26 KB, patch)
2019-02-25 01:37 PST, Charlie Turner
no flags
Charlie Turner
Comment 1 2019-02-24 10:09:41 PST
Xabier Rodríguez Calvar
Comment 2 2019-02-25 01:09:17 PST
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
Charlie Turner
Comment 3 2019-02-25 01:37:33 PST
Created attachment 362889 [details] Patch for landing
WebKit Commit Bot
Comment 4 2019-02-25 02:15:37 PST
Comment on attachment 362889 [details] Patch for landing Clearing flags on attachment: 362889 Committed r242035: <https://trac.webkit.org/changeset/242035>
WebKit Commit Bot
Comment 5 2019-02-25 02:15:38 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2019-02-25 02:41:19 PST
Note You need to log in before you can comment on or make changes to this bug.