After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 765424 - ximagesink: generate reconfigure on window handle change
ximagesink: generate reconfigure on window handle change
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-22 12:17 UTC by Jakub Adam
Modified: 2016-04-26 08:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ximagesink: generate reconfigure on window handle change (2.28 KB, patch)
2016-04-22 12:17 UTC, Jakub Adam
committed Details | Review

Description Jakub Adam 2016-04-22 12:17:17 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.
Comment 1 Sebastian Dröge (slomo) 2016-04-26 08:13:58 UTC
Attachment 326545 [details] pushed as 59d7f9c - ximagesink: generate reconfigure on window handle change