--- old/modules/media/src/main/java/javafx/scene/media/NGMediaView.java 2016-06-03 22:22:30.283310025 -0700 +++ new/modules/media/src/main/java/javafx/scene/media/NGMediaView.java 2016-06-03 22:22:30.135310027 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -152,7 +152,7 @@ return; // not ready yet... } - VideoDataBuffer frame = player.impl_getLatestFrame(); + VideoDataBuffer frame = player.getLatestFrame(); if (null == frame) { return; }