Robert Mader 1e2bc68171 waylandsink: Use G_MAXINT32 for opaque regions
`gst_wl_window_set_opaque` does not get called on window resizes,
potentially leaving opaque regions too small.
According to the spec opaque regions can be bigger than the surface
size - parts that fall outside of the surface will get ignored.
Thus we can can simply use `G_MAXINT32` and be sure that the whole
surfaces will always be covered.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1446>
2022-01-13 19:39:59 +00:00
..
2021-11-23 16:00:53 +01:00
2021-11-24 13:11:23 +00:00
2021-10-19 07:19:41 +00:00
2021-10-11 15:23:08 +02:00
2021-12-07 11:43:26 +00:00
2021-10-20 17:05:34 +00:00