[GStreamer][EME] cbcs fixes
Created attachment 426907 [details] Patch
Comment on attachment 426907 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=426907&action=review > Source/WebCore/ChangeLog:14 > + cbcs buffers could not include the subsample_count, we conside 0 consider > Source/WebCore/platform/graphics/gstreamer/eme/WebKitCommonEncryptionDecryptorGStreamer.cpp:247 > + unsigned subSampleCount = 0; > + gst_structure_get_uint(protectionMeta->info, "subsample_count", &subSampleCount); Shouldn't this be conditioned on the caps? subsample_count is irrelevant for CBCS but is relevant for the other system.
Created attachment 426912 [details] Patch
Committed r276500 (236959@main): <https://commits.webkit.org/236959@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 426912 [details].
<rdar://problem/77110028>