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

[media] Rename SbMediaIs*Supported() functions #4664

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

xiaomings
Copy link
Contributor

@xiaomings xiaomings commented Jan 8, 2025

SbMediaIsAudioSupported(), SbMediaIsSupported(), and SbMediaIsVideoSupported() were never part of the Starboard interface.

Their Sb prefixes were removed and renamed to MediaIsAudioSupported(), MediaIsSupported(), and MediaIsVideoSupported(). They are also moved from the global namespace into ::starboard::shared::starboard::media.

There are no functional changes in this PR.

b/327287075

@xiaomings xiaomings enabled auto-merge (squash) January 8, 2025 19:34
`SbMediaIsAudioSupported()`, `SbMediaIsSupported()`, and
`SbMediaIsVideoSupported()` were never part of the Starboard interface.

Their Sb prefixes were removed and renamed to `MediaIsAudioSupported()`,
`MediaIsSupported()`, and `MediaIsVideoSupported()`.  They are also
moved from the global namespace into
::starboard::shared::starboard::media.

b/327287075
@xiaomings xiaomings merged commit baffdd5 into youtube:main Jan 8, 2025
60 of 61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants