RFR: 8336940: Update GStreamer to 1.24.6 [v2]

Alexander Matveev almatvee at openjdk.org
Wed Aug 21 21:48:08 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]

8336940: Update GStreamer to 1.24.6 [v2]
 - Fixed whitespace.

8336940: Update GStreamer to 1.24.6 [v3]
- Added missing header file.

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

PR Comment: https://git.openjdk.org/jfx/pull/1542#issuecomment-2303064728


More information about the openjfx-dev mailing list