]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer1-0-plugins-bad.git/commit
gst-waylandsink: add crop support
authorSubhajit Paul <a0132170@ti.com>
Tue, 19 Jan 2016 13:33:24 +0000 (19:03 +0530)
committerSubhajit Paul <a0132170@ti.com>
Thu, 11 Feb 2016 08:28:32 +0000 (13:58 +0530)
commit9396248f2daf0b28b83ab0f01c4d17a8af46b1ca
treec8939d69de13a545870060fa997e1a8a5a13cdd0
parentab0eb988f92589908785da26ca15205e5b2ebb90
gst-waylandsink: add crop support

Weston has the support of cropping buffers by using
wl_scaler and wl_viewport interface.

Using this approach, video cropping can be achieved using
openGL and no additional H/W is required.
ext/wayland/Makefile.am
ext/wayland/gstwaylandsink.c
ext/wayland/gstwaylandsink.h
ext/wayland/gstwlbufferpriv.c
ext/wayland/scaler-client-protocol.h [new file with mode: 0644]
ext/wayland/scaler-protocol.c [new file with mode: 0644]