qtdemux: No need for new "application/x-cbcs" caps
Merged
requested to merge ybandou/gst-plugins-good:user/ybandou/no_need_application_cbcs_caps into master
- Jul 06, 2021
-
-
Instead of using the new "application/x-cbcs" caps, we are just adding a new structure field "ciphe-mode", to indicate which encryption scheme is used: "cenc", "cbcs", "cbc1" or "cens". Similarly for the protection metadata, we add the "cipher-mode" field to specify the encryption mode with which the buffers are encrypted. "cenc": AES-CTR (no pattern) "cbc1": AES-CBC (no pattern) "cens": AES-CTR (pattern specified) "cbcs": AES-CBC (pattern specified, using a constant IV) Currently only "cenc" and "cbcs" are supported. Part-of: <!1013>
ce0be27c
-