Integrated: 8268718: [macos] Video stops, but audio continues to play when stopTime is reached
Alexander Matveev
almatvee at openjdk.java.net
Thu Jul 8 22:15:55 UTC 2021
On Thu, 1 Jul 2021 01:38:14 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
> Not sure why, but our finish() handle was not implemented on OSXPlatform. This handle should pause media stream when called. Also, seek should restart playback when we finish playing video. With proposed fix OSXPlatform will behave same as GSTPlatform. Stop playback when stopTime is reached and resume playback if seek is performed after EndOfMedia or stopTime is reached.
This pull request has now been integrated.
Changeset: 0c98d960
Author: Alexander Matveev <almatvee at openjdk.org>
URL: https://git.openjdk.java.net/jfx/commit/0c98d9608611aa2378b38604e2528935c94e84ae
Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
8268718: [macos] Video stops, but audio continues to play when stopTime is reached
Reviewed-by: kcr, arapte
-------------
PR: https://git.openjdk.java.net/jfx/pull/559
More information about the openjfx-dev
mailing list