gstreamer/sys/d3d11
Seungha Yang 5909a495a7 d3d11videosink: Take into account pixel aspect ratio
Fix unexpected cropping with non 1:1 pixel aspect-ratio.

The actual buffer width/height should be passed to gst_d3d11_window_render(),
instead of the calculated resolution. The width/height
values are parameters for copying d3d11 video memory.
Also, aspect-ratio should be considered on resize callback
to decide render rectangle size.
2019-08-15 16:55:37 +09:00
..
gstd3d11_fwd.h d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11bufferpool.c d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11bufferpool.h d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11device.c d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11device.h d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11memory.c d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11memory.h d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11utils.c d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11utils.h d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11videosink.c d3d11videosink: Take into account pixel aspect ratio 2019-08-15 16:55:37 +09:00
gstd3d11videosink.h d3d11videosink: Take into account pixel aspect ratio 2019-08-15 16:55:37 +09:00
gstd3d11window.c d3d11videosink: Take into account pixel aspect ratio 2019-08-15 16:55:37 +09:00
gstd3d11window.h d3d11videosink: Take into account pixel aspect ratio 2019-08-15 16:55:37 +09:00
meson.build d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
plugin.c d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00