Re: [Video] ILM support for waylandsink query

2017-03-27 Thread Vikas Patil
Hi Eugen, Yes, I have implemented using protocol and it is working. However I also want to try it with direct usage of ILM apis but no luck yet. I have done the same with glimagesink, eglvivsink video sink plugin and it is working. Thanks & Regards, Vikash On Tue, Mar 28, 2017 at 1:09 AM, Eugen

Re: [PATCH weston v2 10/11] [RFC] Account for very large repaint window misses

2017-03-27 Thread Mario Kleiner
Hi Daniel & Pekka, finally managed to go through the whole patch series, updated my own application to current Wayland/Weston and test it a bit. I like it! It would have gotten my Reviewed-by's if i had actually managed to review it in some more reasonable time before the merge ;). The only

Re: [Video] ILM support for waylandsink query

2017-03-27 Thread Eugen Friedrich
Hi Vikash, i could not really find this out from the call stack but the problem could be that the ilmClient api is not thread safe, and in upstream direct after 1.11 release we decided to deprecated this, so just remove the ilmClient calls and use wayland protocol directly and you can continue to

Re: [Video] ILM support for waylandsink query

2017-03-27 Thread Nicolas Dufresne
Le lundi 27 mars 2017 à 14:05 +0530, Vikas Patil a écrit : > 1. Using ivi-application protocol similar to simple-egl.c (test from > weston) > - This works. > - Here is video size is 1280x720 and screen resolution is 800x480 > then only top left of video is visible. How should I fix this? Embed way

Re: [Video] ILM support for waylandsink query

2017-03-27 Thread Vikas Patil
Hi All, Modifying the view port as follows solves the issue 1. However still not getting what could be the cause of segmentation fault with direct usage of ILM apis. //wl_viewport_set_destination (window->video_viewport, res.w, res.h); wl_viewport_set_destination (window->video_viewport, 800,

Re: [RFC] Interface for injection of input events

2017-03-27 Thread Alexander Larsson
On Wed, 2017-03-22 at 11:00 +0800, Jonas Ådahl wrote: > On Wed, Mar 22, 2017 at 12:23:46PM +1000, Peter Hutterer wrote: > > > > == Authentication/Identification == > > The goal is to filter clients based on some white/blacklist, so > > that e.g. > > xdotool can access this interface but others can