Re: MediaView fails to play HLS video encoded with Main Profile?

2015-08-04 Thread David DeHaven
> I'm trying to play an HLS file with mediaview and it is failing with a "Media > unsupported message", I have been doing some tests with other HLS files and > the only difference I've found is the Profile used. > > The one that plays says (according to MediaInfo) "AVC Baseline@L2.1 - 1 Ref >

Camera Access

2015-08-04 Thread Scott Palmer
The issue is: https://bugs.openjdk.java.net/browse/JDK-8090438 A target release has not been set. But I really hope it could make it into 9.0. Has there been any further discussion on this? Regards, Scott

Re: RejectedExecutionException

2015-08-04 Thread Mike Hearn
Race free shutdown in multi-threaded programs is always very hard. At Google some programs and libraries simply didn't support it: for servers, the cost in terms of bugs and extra code was deemed to outweigh the benefits, so the only "supported" way for a process to end was for it to be killed. Ja

[9] Review request for 8089557: bindBidirection works for ReadOnly*Wrapper incorrectly

2015-08-04 Thread Vadim Pakhnushev
Chien, Please review the fix: https://bugs.openjdk.java.net/browse/JDK-8089557 http://cr.openjdk.java.net/~vadim/8089557/webrev.00/ Thanks, Vadim

[9] post-commit notification for 8132906: ReadOnly*Wrapper.ReadOnlyPropertyImpl could use ReadOnly*PropertyBase

2015-08-04 Thread Vadim Pakhnushev
Hello, https://bugs.openjdk.java.net/browse/JDK-8132906 Changeset: f06e176e6142 Author: vadim Date: 2015-08-04 12:49 +0300 URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/f06e176e6142 Thanks, Vadim