Re: random window positon with desktop shell

2015-09-30 Thread zou lan
Hi Daniel I agree with you. Maybe waylandsink can resolve this problem. But we need update Qt too. Thank you. 2015-09-30 16:01 GMT+08:00 Daniel Stone : > Hi Nancy, > > On 30 September 2015 at 08:56, zou lan wrote: > > I use the player in qtmultimedia examples. But our video team modify the > >

Re: random window positon with desktop shell

2015-09-30 Thread Daniel Stone
Hi Nancy, On 30 September 2015 at 08:56, zou lan wrote: > I use the player in qtmultimedia examples. But our video team modify the > code xvimagesink to v4L2sink. They say we can't support xvimagesink. > My Qt version is 5.4.1 now. Newer versions support waylandsink, which performs the same func

Re: random window positon with desktop shell

2015-09-30 Thread zou lan
Hi Giulio I use the player in qtmultimedia examples. But our video team modify the code xvimagesink to v4L2sink. They say we can't support xvimagesink. My Qt version is 5.4.1 now. Best Regards Nancy 2015-09-30 15:36 GMT+08:00 Giulio Camuffo : > 2015-09-30 10:33 GMT+03:00 zou lan : > > Hi all >

Re: random window positon with desktop shell

2015-09-30 Thread Daniel Stone
Hi, On 30 September 2015 at 08:36, Giulio Camuffo wrote: > 2015-09-30 10:33 GMT+03:00 zou lan : >> I ask this because I run a qt media player on platform wayland, I find it >> shows video contents in anothor hardware layer through V4L2 interface, but >> the UI is in fb layer by wayland path. So V

Re: random window positon with desktop shell

2015-09-30 Thread Giulio Camuffo
2015-09-30 10:33 GMT+03:00 zou lan : > Hi all > > I ask this because I run a qt media player on platform wayland, I find it > shows video contents in anothor hardware layer through V4L2 interface, but > the UI is in fb layer by wayland path. So V4L2 interfaces need to know the > UI window start pos

Re: random window positon with desktop shell

2015-09-30 Thread zou lan
Hi all I ask this because I run a qt media player on platform wayland, I find it shows video contents in anothor hardware layer through V4L2 interface, but the UI is in fb layer by wayland path. So V4L2 interfaces need to know the UI window start position. But wayland don't have protocol to get th

random window positon with desktop shell

2015-09-28 Thread Nancy Zou
Dear All: Can I ask why desktop shell create a new window with random initial position? Can I modify it to fixed position in weston_view_set_initial_position? How can the Weston client get the window initial position? Thank you. Best Regards Nancy _