mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Rename some references from PlayerView to LegacyPlayerView
These were missed in 9dae5fd2c0
These references will be re-written to PlayerView when exporting to
exoplayer2, so this commit results in some small reformatting changes.
Also fix a reference to LegacyPlayerControlView that should be
StyledPlayerControlView.
PiperOrigin-RevId: 420707706
This commit is contained in:
parent
ede93022c7
commit
bc12306267
3 changed files with 3 additions and 3 deletions
|
|
@ -112,7 +112,7 @@ gets from the libgav1 decoder:
|
||||||
`VideoDecoderOutputBufferRenderer` as its object.
|
`VideoDecoderOutputBufferRenderer` as its object.
|
||||||
`VideoDecoderGLSurfaceView` is the concrete
|
`VideoDecoderGLSurfaceView` is the concrete
|
||||||
`VideoDecoderOutputBufferRenderer` implementation used by
|
`VideoDecoderOutputBufferRenderer` implementation used by
|
||||||
`(Styled)PlayerView`.
|
`StyledPlayerView` and `LegacyPlayerView`.
|
||||||
|
|
||||||
* Native rendering using `ANativeWindow`
|
* Native rendering using `ANativeWindow`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -125,7 +125,7 @@ gets from the libvpx decoder:
|
||||||
`VideoDecoderOutputBufferRenderer` as its object.
|
`VideoDecoderOutputBufferRenderer` as its object.
|
||||||
`VideoDecoderGLSurfaceView` is the concrete
|
`VideoDecoderGLSurfaceView` is the concrete
|
||||||
`VideoDecoderOutputBufferRenderer` implementation used by
|
`VideoDecoderOutputBufferRenderer` implementation used by
|
||||||
`(Styled)PlayerView`.
|
`StyledPlayerView` and `LegacyPlayerView`.
|
||||||
|
|
||||||
* Native rendering using `ANativeWindow`
|
* Native rendering using `ANativeWindow`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
<attr name="surface_type"/>
|
<attr name="surface_type"/>
|
||||||
<!-- AspectRatioFrameLayout attributes -->
|
<!-- AspectRatioFrameLayout attributes -->
|
||||||
<attr name="resize_mode"/>
|
<attr name="resize_mode"/>
|
||||||
<!-- LegacyPlayerControlView attributes -->
|
<!-- StyledPlayerControlView attributes -->
|
||||||
<attr name="show_timeout"/>
|
<attr name="show_timeout"/>
|
||||||
<attr name="repeat_toggle_modes"/>
|
<attr name="repeat_toggle_modes"/>
|
||||||
<attr name="show_shuffle_button"/>
|
<attr name="show_shuffle_button"/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue