[Bug 784599] kmssink: support videooverlay interface
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Aug 7 18:11:48 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=784599
--- Comment #54 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Btw, this patch fails if you have non-squared pixels, which is my case when
running in 1920x1200 (apparently). The problem is that you confused display vs
source. You should never scale the src rectangle, whatever happens, if you have
320x240, your largest source rectangle will be 0,0 320x240. Right now, this
patch forgets the actual size provided in the caps, it's quite unfortunate.
--
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