Bug 1260

Summary: Allow the change of MAXIMUM_VIDEO_ASYNC of GLMediaPlayer
Product: [JogAmp] Jogl Reporter: Maxime Caignart <maxime-jogamp>
Component: videoAssignee: Sven Gothel <sgothel>
Status: CONFIRMED ---    
Severity: minor    
Priority: P4    
Version: 3.0.0   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
Workaround: ---

Description Maxime Caignart 2015-10-31 11:31:33 CET
The field MAXIMUM_VIDEO_ASYNC of GlMediaPlayer is a final static int field.

This means that a developer cannot change this value if he wants too.

At least, this field should be not final or even better could be set per media player instance.