On Wed, 21 Aug 2024 20:15:00 GMT, Alexander Matveev <almat...@openjdk.org> wrote:
> - Updated GStreamer to 1.24.6 and Glib to 2.80.4. > - Testing done on all platforms with all supported formats. > - Removed gstpluginloader.c. This file contains additional plugin loading > mechanism which we do not use. Latest GStreamer modified it heavily and it > did not compile without pulling additional dependency from GLib, but since we > do not use it anyway it was removed. Corresponding calls to gstpluginloader.c > from gstregistry.c were disabled as well. > - Removed DSD support from Alsa audio sink. Latest GStreamer added support > for Alsa DSD (Direct Stream Digital), but we do not use it so it was removed. > Also, such support requires newer libasound2 (ALSA) which is not available on > older Linux distributions. > - No other changes or bug fixes are done. This pull request has now been integrated. Changeset: b88ac049 Author: Alexander Matveev <almat...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/b88ac0495650bd033ba11e3131e9bffc517872eb Stats: 24630 lines in 329 files changed: 13062 ins; 6878 del; 4690 mod 8336940: Update GStreamer to 1.24.6 8336939: Update Glib to 2.80.4 Reviewed-by: kcr, sykora ------------- PR: https://git.openjdk.org/jfx/pull/1542