GNOME Bugzilla – Bug 765424
ximagesink: generate reconfigure on window handle change
Last modified: 2016-04-26 08:14:23 UTC
Created attachment 326545 [details] [review] ximagesink: generate reconfigure on window handle change When ximagesink is given a new window handle, it should check its geometry and if the size of the new window differs from the previous one, create reconfigure event in order to get a chance to negotiate a more suitable image resolution with the upstream elements. We can't rely on receiving Expose or ConfigureNotify from the X server for the newly assigned window, which would also generate reconfigure.
Attachment 326545 [details] pushed as 59d7f9c - ximagesink: generate reconfigure on window handle change