Hi,
> +The device MUST mark the last buffer with the
> +VIRTIO_VIDEO_BUFFER_F_EOS flag to denote completion of the drain
> +sequence.
No, that would build a race condition into the protocol. The device
could complete the last buffer after the driver has sent the drain
command but before the de
From: Dmitry Sepp
The virtio video encoder device and decoder device provide functionalities to
encode and decode video stream respectively.
Though video encoder and decoder are provided as different devices, they use a
same protocol.
Signed-off-by: Dmitry Sepp
Signed-off-by: Keiichi Watanabe
Hi,
This is the 2nd version of virtio-video patch. The PDF is available in [1].
The first version was sent at [2].
Any feedback would be appreciated. Thank you.
Best,
Keiichi
[1]:
https://drive.google.com/drive/folders/1eT5fEckBoor2iHZR4f4GLxYzFMVapOFx?usp=sharing
[2]: https://markmail.org/mess
>
> From: Dmitry Sepp
>
> The virtio video encoder device and decoder device provide functionalities to
> encode and decode video stream respectively.
> Though video encoder and decoder are provided as different devices, they use
> a
> same protocol.
>
> Signed-off-by: Dmitry Sepp
> Signed-off
On Wed, Dec 18, 2019 at 10:40 PM Gerd Hoffmann wrote:
>
> Hi,
>
> > +The device MUST mark the last buffer with the
> > +VIRTIO_VIDEO_BUFFER_F_EOS flag to denote completion of the drain
> > +sequence.
>
> No, that would build a race condition into the protocol. The device
> could complete the la
hi, all,
I try streaming agent, after enable,
when start spicy at client side, it will popup two windows, one is origin, the
other one is for guest streaming agent,
the origin window mouse is ok, but at the other one (for streaming agent)
mouse not work,
Is this a bug?
__