RFR: 8336940: Update GStreamer to 1.24.6 [v2]

Kevin Rushforth kcr at openjdk.org
Wed Aug 21 22:20:06 UTC 2024


On Wed, 21 Aug 2024 21:36:52 GMT, Alexander Matveev <almatvee at 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.
>
> Alexander Matveev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8336940: Update GStreamer to 1.24.6 [v3]

Looks good. Built and tested on all three platforms.

-------------

Marked as reviewed by kcr (Lead).

PR Review: https://git.openjdk.org/jfx/pull/1542#pullrequestreview-2252052131


More information about the openjfx-dev mailing list