-
Notifications
You must be signed in to change notification settings - Fork 43
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
Enable media element for castanets #255
base: castanets_69
Are you sure you want to change the base?
Conversation
sm-venugopal
commented
Oct 8, 2019
•
edited
Loading
edited
- Initial patch supporting media element playback
- Added video hole support for video playback
- Added video hole preference to WebView
- Disabled android specific features
Which device configuration scenarios does this CL aiming at? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. But please wait for review from someone others.
Thats right. |
0946dca
to
be6456e
Compare
Requested to rebuild the Android, as the android build fail occurred due to the network problem from the build server. |
Target running browser process need not support these features. These may cause unpredicted behaviour. Signed-off-by: Venugopal S M <[email protected]>
Added video hole preference setter/ getter. Video hole preference is also applied to each WebView. Signed-off-by: Venugopal S M <[email protected]>
A transparent quad is drawn to show through the video played at HW plane. This commit introduces VIDEO_HOLE flag. Signed-off-by: Venugopal S M <[email protected]>
- Added video hole types to media player type class. The order should be same as castanet player. - New APIs are added to interface class. Signed-off-by: Venugopal S M <[email protected]>
- Added interface for castanets WebMediaPlayer - Added renderer manager for managing WebMediaPlayer objects - Added IPCs Signed-off-by: Venugopal S M <[email protected]>
be6456e
to
234ce37
Compare
Updated with Video hole support for inline playback. |