Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. Unit Tests: Add listening to NEWTDemoListener* (Missed in prev. patch) (details)
  2. Bug 1211: Fix regression of GLMediaPlayerImpl caused by commit (details)
  3. FFMPEGDynamicLibraryBundleInfo.initSymbols(): Just return null instead (details)
  4. Unit Tests: NEWTDemoListener: Less verbose; GraphUI-Demos: Show DPI and (details)
Commit 95e1db1adadbbab347304663bc4bd6fcad0d626d by Sven Gothel
Unit Tests: Add listening to NEWTDemoListener* (Missed in prev. patch)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NewtCanvasAWT.java (diff)
Commit a38a889150779c6c5f8da871a8df198912683e0b by Sven Gothel
Bug 1211: Fix regression of GLMediaPlayerImpl caused by commit
68c8e39fa8d6e700f0a99241c1a01a435b7f6284
GLMediaPlayerImpl.updateAttributes(..):
- always set state -> Initialized if it was Uninitialized,
   regardless whether we start StreamWorker.
  - No need to handle exceptions here, just throw/pass/propagate them,
   since called catches them and deals w/ 'em.
The file was modified src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java (diff)
Commit 852faf012d8c6a93f65e0ebce87b3f70d8e2b6bf by Sven Gothel
FFMPEGDynamicLibraryBundleInfo.initSymbols(): Just return null instead
of throwing an exception, it is OK not to have ffmpeg/libav
The file was modified make/scripts/tests-win.bat (diff)
The file was modified src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGDynamicLibraryBundleInfo.java (diff)
The file was modified make/scripts/tests.sh (diff)
Commit f2e1e9bb13679716148f45a66e99da0de114f4a1 by Sven Gothel
Unit Tests: NEWTDemoListener: Less verbose; GraphUI-Demos: Show DPI and
Pixel-Scale in GLEventListener.init(...)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneGLListener0A.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneNewtDemo.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextGLListener0A.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/opengl/util/NEWTDemoListener.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/ui/MediaPlayerButton.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneNewtCanvasAWTDemo.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPURendererListenerBase01.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextRendererListenerBase01.java (diff)