Bug 1260 - Allow the change of MAXIMUM_VIDEO_ASYNC of GLMediaPlayer
Summary: Allow the change of MAXIMUM_VIDEO_ASYNC of GLMediaPlayer
Status: CONFIRMED
Alias: None
Product: Jogl
Classification: JogAmp
Component: video (show other bugs)
Version: 3.0.0
Hardware: All all
: P4 minor
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2015-10-31 11:31 CET by Maxime Caignart
Modified: 2023-07-12 01:41 CEST (History)
0 users

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.