Re: [jfx11u] RFR: 8262366: Update glib to version 2.66.7

2021-05-05 Thread Johan Vos
On Wed, 5 May 2021 11:57:06 GMT, Kevin Rushforth wrote: > Backport glib / gstreamer update from jfx mainline to jfx11u. The backport > applied cleanly, and I ran a sanity test on Windows (I'll test on other two > platforms before integrating). works on linux and mac - Marked as

[jfx11u] RFR: 8262366: Update glib to version 2.66.7

2021-05-05 Thread Kevin Rushforth
Backport glib / gstreamer update from jfx mainline to jfx11u. The backport applied cleanly, and I ran a sanity test on Windows (I'll test on other two platforms before integrating). - Commit messages: - 8262366: Update glib to version 2.66.7 Changes:

Re: RFR: 8262366: Update glib to version 2.66.7 [v2]

2021-04-03 Thread Kevin Rushforth
On Thu, 1 Apr 2021 23:17:58 GMT, Alexander Matveev wrote: >> - GLib was updated to version 2.66.7 and GStreamer to version 1.18.3 >> - One bug was discovered in updated GStreamer which was causing deadlock or >> infinite loop during seek on macOS. See gstsystemclock.c for changes between >>

Re: RFR: 8262366: Update glib to version 2.66.7 [v2]

2021-04-03 Thread Johan Vos
On Thu, 1 Apr 2021 23:17:58 GMT, Alexander Matveev wrote: >> - GLib was updated to version 2.66.7 and GStreamer to version 1.18.3 >> - One bug was discovered in updated GStreamer which was causing deadlock or >> infinite loop during seek on macOS. See gstsystemclock.c for changes between >>

Re: RFR: 8262366: Update glib to version 2.66.7

2021-04-02 Thread Alexander Matveev
On Thu, 1 Apr 2021 23:47:15 GMT, Kevin Rushforth wrote: >> All my testing looks good on all three platforms. I'll take a look at the >> diffs next. >> >> One thing I did spot is that you need to update `gstreamer.md` and `glib.md` >> to bump the version numbers. > > It now builds for me on my

Re: RFR: 8262366: Update glib to version 2.66.7

2021-04-01 Thread Kevin Rushforth
On Thu, 1 Apr 2021 12:19:40 GMT, Kevin Rushforth wrote: >> Alexander tried it on our CI build machine yesterday and it builds fine >> there, too. I should add that I was building on a very old Ubuntu 16.04 >> system. >> >>> Since this PR introduces memset in the audio-buffer.c file, I think

Re: RFR: 8262366: Update glib to version 2.66.7 [v2]

2021-04-01 Thread Alexander Matveev
> - GLib was updated to version 2.66.7 and GStreamer to version 1.18.3 > - One bug was discovered in updated GStreamer which was causing deadlock or > infinite loop during seek on macOS. See gstsystemclock.c for changes between > ifdef GSTREAMER_LITE. Otherwise no changes. Alexander Matveev

Re: RFR: 8262366: Update glib to version 2.66.7

2021-04-01 Thread Kevin Rushforth
On Thu, 1 Apr 2021 11:04:35 GMT, Kevin Rushforth wrote: >> It compiles for me (on gcc-9, 10.1 and 10.2) but I can imagine it doesn't >> compile on all configurations. `memset` is declared in `string.h` and that >> may or may not be included. >> Running gcc -H shows that on my system,

Re: RFR: 8262366: Update glib to version 2.66.7

2021-04-01 Thread Kevin Rushforth
On Thu, 1 Apr 2021 08:07:56 GMT, Johan Vos wrote: >> I cannot reproduce build failure on Linux. > > It compiles for me (on gcc-9, 10.1 and 10.2) but I can imagine it doesn't > compile on all configurations. `memset` is declared in `string.h` and that > may or may not be included. > Running

Re: RFR: 8262366: Update glib to version 2.66.7

2021-04-01 Thread Johan Vos
On Thu, 1 Apr 2021 01:36:01 GMT, Alexander Matveev wrote: >> I get a compilation error on Linux: >> >> ../../../gstreamer-lite/gst-plugins-base/gst-libs/gst/audio/audio-buffer.c: >> In function 'gst_audio_buffer_map': >>

Re: RFR: 8262366: Update glib to version 2.66.7

2021-03-31 Thread Alexander Matveev
On Wed, 31 Mar 2021 19:25:09 GMT, Kevin Rushforth wrote: >> - GLib was updated to version 2.66.7 and GStreamer to version 1.18.3 >> - One bug was discovered in updated GStreamer which was causing deadlock or >> infinite loop during seek on macOS. See gstsystemclock.c for changes between >>

Re: RFR: 8262366: Update glib to version 2.66.7

2021-03-31 Thread Kevin Rushforth
On Wed, 31 Mar 2021 05:15:20 GMT, Alexander Matveev wrote: > - GLib was updated to version 2.66.7 and GStreamer to version 1.18.3 > - One bug was discovered in updated GStreamer which was causing deadlock or > infinite loop during seek on macOS. See gstsystemclock.c for changes between >

RFR: 8262366: Update glib to version 2.66.7

2021-03-30 Thread Alexander Matveev
- GLib was updated to version 2.66.7 and GStreamer to version 1.18.3 - One bug was discovered in updated GStreamer which was causing deadlock or infinite loop during seek on macOS. See gstsystemclock.c for changes between ifdef GSTREAMER_LITE. Otherwise no changes. - Commit