On Sun, 2017-12-31 at 17:46 +0200, Snir Sheriber wrote:
> User can now rank a gstreamer element with high rank
> by setting SPICE_GST_RANK_HIGH to the element's name.
> This can be used to prioritize specific decoder to
> be chosen by playbin.
> ---
> src/channel-display-gst.c | 23 +++
Seems safe to me.
Acked-by: Jonathon Jongsma
On Fri, 2017-12-15 at 13:43 +, Frediano Ziglio wrote:
> Qemu never used more than this number and today surfaces are not
> much used so there's no reason to keep this limit so high.
> This reduces quite a lot some internal structure
> (DisplayC
Ok, this is an alternative to the patch I sent a while ago, which keeps
the files on the ISO, but does not add them to the installer. I was
initially confused ;)
Acked-by: Christophe Fergeau
On Mon, Jan 01, 2018 at 10:15:19AM +0200, Yedidyah Bar David wrote:
> Usually they are not needed, and ne
On Tue, Jan 02, 2018 at 06:50:27AM -0500, Frediano Ziglio wrote:
> > Acked-by: Snir Sheriber
> > ( Maybe can be merged with the first patch? )
>
> It touches the same lines but it a completely different issue and
> rationale.
To be fair, this patch does not really have a detailed issue/rationale
Adding Lev and Christophe.
On Mon, Jan 1, 2018 at 10:15 AM, Yedidyah Bar David wrote:
> Usually they are not needed, and needlessly take quite a lot of space on
> the target system.
>
> Do publish them in the ISO, so that they are easily available if needed.
>
> Change-Id: I6dfa5f5e904ea63513f30
Hi Didi,
Your patch removes the files from the ISO as well, and we want to remove
them only from the installer but keep them on the ISO.
Thanks in advance,
On Mon, Jan 1, 2018 at 10:33 AM, Yedidyah Bar David wrote:
> On Sun, Dec 31, 2017 at 5:00 PM, Vadim Rozenfeld
> wrote:
>
>>
>>
>> On 31/1
> Hi
> On 12/22/2017 12:07 PM, Frediano Ziglio wrote:
> > Signed-off-by: Frediano Ziglio ---
>
> > server/red-stream.c | 2 +-
>
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> > diff --git a/server/red-stream.c b/server/red-stream.c
>
> > index 3dbdfca82..fccad8b27 100644
>
> > --- a
> Hi
> On 12/22/2017 12:07 PM, Frediano Ziglio wrote:
> > Avoid over complicated matching using quoting and a simple strstr
>
> > operation.
>
> > The mech names are separated and quoted with the same chararacter (',')
>
> > making possible to search for ",MECHNAME," instead of manually check