Re: [FFmpeg-devel] [PATCH v4] gdigrab: Allow capturing a window by its handle

2023-12-17 Thread Stefano Sabatini
On date Sunday 2023-12-17 18:29:33 +0100, Lena wrote: > Added more context in the error message and did a final test that it all > works. > > Thanks for the smooth patch submission process! > > > x11grab can capture windows by their ID, but gdigrab can only capture windows > by their names, in

[FFmpeg-devel] [PATCH v4] gdigrab: Allow capturing a window by its handle

2023-12-17 Thread Lena via ffmpeg-devel
Added more context in the error message and did a final test that it all works. Thanks for the smooth patch submission process! x11grab can capture windows by their ID, but gdigrab can only capture windows by their names, internally calling FindWindowW to lookup its handle. This patch simply a