Re: OSX+Radeon crash VideoDataBuffer.convert YCbCr_422 -> BGRA_PRE

2016-05-25 Thread Chris Newland
Thanks Kevin, filed RFE with Review ID: JI-9038459. I've found this was a really powerful way to do things like real-time chroma keying (green screening) in JavaFX so will keep an OpenJFX snapshot around to preserve this functionality. Will be releasing another JavaFX tech demo soon :) Cheers,

Re: OSX+Radeon crash VideoDataBuffer.convert YCbCr_422 -> BGRA_PRE

2016-05-25 Thread Kevin Rushforth
I'm not surprised this causes problems, as it is almost certainly not thread-safe. FWIW, this impl_ method is already inaccessible in JDK 9 because it returns a type that is not exported from the javafx.media module. Further, this methods will go away very soon as part of the ongoing

OSX+Radeon crash VideoDataBuffer.convert YCbCr_422 -> BGRA_PRE

2016-05-25 Thread Chris Newland
Hi, This is really just an FYI as I'm doing funky stuff with multiple MediaPlayers and using the deprecated impl_getLatestFrame() method to grab frames. I can grab frames fine with a single MediaPlayer instance but when I use multiple MediaPlayer objects each with an AnimationTimer calling this