Closed Bug 1296969 Opened 8 years ago Closed 3 years ago

Seeking on Andrioid shows multiple frames

Categories

(Firefox for Android Graveyard :: Audio/Video, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: ajones, Unassigned)

Details

Steps to reproduce:

* Open a video on Vimeo in Firefox for Android
* Pause the video
* Wait for it to buffer
* Seek within the buffered range

Expected results:

It should display a single frame

Actual results:

It displays several frames in quick succession.
Priority: -- → P2
This could be because MediaCodecDataDecoder always calls MediaCodec::ReleaseOutputBuffer() with the render flag on. It displays a single frame now after enabling remote decoding in bug 1311960.

MediaCodecDataDecoder can be fixed with code similar to [1] I guess.

[1] http://searchfox.org/mozilla-central/diff/0c318ba97d21bb9671d6b74774c168b57d5864af/dom/media/platforms/android/RemoteDataDecoder.cpp
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.