• Xiaohan Wang's avatar
    media: Remove MAYBE_EME in PipelineIntegrationTest · b68b60e3
    Xiaohan Wang authored
    The MAYBE_EME macro was previously added when we added MojoRenderer
    version of PipelineIntegrationTest which doesn't support encrypted
    media.
    
    Since we use AesDecryptor in the tests, which can work with
    DecryptingRenderer to wrap any Renderer, we should always be able to use
    this path to enable EME tests for any Renderer. Thus, we don't really
    need the MAYBE_EME macro anymore.
    
    Note that RendererImpl natively supports using DecryptingDemuxerStream
    to support decrypt-only and thus doesn't need to use DecryptingRenderer.
    
    Bug: 1062130
    Change-Id: I76dafa23bd7c5199402a3ce3e6c106bf0a882750
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108614Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
    Commit-Queue: Xiaohan Wang <xhwang@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#751479}
    b68b60e3
pipeline_integration_test.cc 103 KB