Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass HDR information when getting decoding info from media capabilities #3730

Commits on Oct 31, 2021

  1. Set expectation for use of transferFunction when querying media capab…

    …ilities
    
    Given we have hdr information on the variant, then when we are
    checking for decodingInfo, we should be passing this along to the
    media capabilities API.
    theRealRobG committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    cc5669b View commit details
    Browse the repository at this point in the history
  2. Pass hdr information as transferFunction to media capabilities

    When checking for decodingInfo, if we have hdr information
    available on the variant video stream, then we should use that
    value to determine the value of transferFunction passed in the
    VideoConfiguration object.
    theRealRobG committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    ce35dd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    654e494 View commit details
    Browse the repository at this point in the history