[Bug 797360] waylandsink: resize didn't support set window position

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 31 10:18:45 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797360

Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas at ndufresne.ca

--- Comment #1 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
It is a bit complicated due to the semantic of Wayland. Window don't really
have a size, it's the surface we put in it the defines that.

We should still try and match as much as possible the semantic found in
xvimagesink. That might imply we need to add an extra, but fully transparent,
sub-surface to ensure window size, otherwise it may look weird in gst-launch
(when testing). The app you embed to, will have it's own surface we
sub-surface. Clipping the right / bottom is likely the complicated bit due to
Wayland.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list