<div dir="ltr">It's possible, but the OSD is usually longer lived than the video surfaces, which might be transient. For example in an HTML browser, a declarative UI, etc, multiple video surfaces could be created for some pages and then destroyed when the page is closed.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 16, 2015 at 5:11 PM, Jasper St. Pierre <span dir="ltr"><<a href="mailto:jstpierre@mecheye.net" target="_blank">jstpierre@mecheye.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Why can't you use the video as the main surface and an OSD as a subsurface?<br>
<div class="HOEnZb"><div class="h5"><br>
On Tue, Jun 16, 2015 at 11:09 AM, Arnaud Vrac <<a href="mailto:rawoul@gmail.com">rawoul@gmail.com</a>> wrote:<br>
> I'm not sure, but I find it very useful for a video player. The video is<br>
> stacked under the OSD and to be able to use hardware planes, the only viable<br>
> option with wayland is to have a surface for the OSD and a subsurface for<br>
> the video which is stacked under.<br>
><br>
> On Tue, Jun 16, 2015 at 5:02 PM, Jasper St. Pierre <<a href="mailto:jstpierre@mecheye.net">jstpierre@mecheye.net</a>><br>
> wrote:<br>
>><br>
>> I was not aware you could stack subsurfaces under a parent surface at<br>
>> all. Is this intended protocol behavior? The fact that you might be<br>
>> able to do that at all in Weston might be a bug.<br>
>><br>
>> On Tue, Jun 16, 2015 at 7:46 AM, Arnaud Vrac <<a href="mailto:rawoul@gmail.com">rawoul@gmail.com</a>> wrote:<br>
>> > Hi,<br>
>> ><br>
>> > I'm wondering if a behaviour of weston related to subsurfaces is either<br>
>> > a<br>
>> > bug or intended. The protocol description is not clear on what happens<br>
>> > in<br>
>> > the following cases:<br>
>> ><br>
>> > Suppose I have a shell surface (BLUE) and two subsurfaces (RED, GREEN).<br>
>> > I<br>
>> > want to stack them to I get RED, GREEN, BLUE from bottom to top.<br>
>> ><br>
>> > If I do:<br>
>> ><br>
>> > wl_subsurface_place_below(GREEN->subsurface, BLUE->surface);<br>
>> > wl_subsurface_place_below(RED->subsurface, GREEN->surface);<br>
>> ><br>
>> > It works, but if I do:<br>
>> ><br>
>> > wl_subsurface_place_below(RED->subsurface, GREEN->surface);<br>
>> > wl_subsurface_place_below(GREEN->subsurface, BLUE->surface);<br>
>> ><br>
>> > The order is GREEN, RED, BLUE instead.<br>
>> ><br>
>> > Logically the sibling relative order should be kept in the second case,<br>
>> > but<br>
>> > it's not. The protocol is not clear on what should happen, what is the<br>
>> > expected result ?<br>
>> ><br>
>> > I have attached a small sample to test easily.<br>
>> ><br>
>> > --<br>
>> > Arnaud<br>
>> ><br>
>> > _______________________________________________<br>
>> > wayland-devel mailing list<br>
>> > <a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
>> > <a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
>> ><br>
>><br>
>><br>
>><br>
>> --<br>
>>   Jasper<br>
><br>
><br>
><br>
><br>
> --<br>
> Arnaud Vrac<br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
  Jasper<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Arnaud Vrac</div>
</div>