Signed-off-by: Brendan Shanks
---
src/display.c | 8
src/display.h | 14 +++---
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/display.c b/src/display.c
index 01e0e85..47f6bd7 100644
--- a/src/display.c
+++ b/src/display.c
@@ -59,7 +59,7 @@ static xcb_scree
Signed-off-by: Brendan Shanks
---
doc/spice_indent | 1 +
src/display.c| 30 +++---
src/display.h| 8 ++--
src/scan.c | 2 +-
src/session.c| 2 +-
src/spice.c | 2 +-
6 files changed, 25 insertions(+), 20 deletions(-)
diff --git a/doc/spice
Add a cache to x11spice for SHM segments.
v2 should address Frediano's comments: style, use of G_N_ELEMENTS,
using unsigned types for width/height/size, creating a separate struct
to hold all the segment-specific variables, and reducing traversals of
the cache.
Brendan Shanks (3):
Use unsigned
Add a cache to allow the reuse of SHM segments.
Shared memory segments are added to the cache instead of being
deallocated, and the cache is searched instead of/before allocating a
new segment.
Both the SHM segments and their attachment with the X server are cached.
The cache currently has a fixe
On Mon, Jul 15, 2019 at 5:28 PM Frediano Ziglio wrote:
>
> >
> > On Mon, Jul 15, 2019 at 5:04 PM Frediano Ziglio wrote:
> > >
> > > >
> > > > The delete in error flow was missing.
> > > >
> > > > Signed-off-by: Yuri Benditovich
> > > > ---
> > > > src/usb-device-manager.c | 1 +
> > > > 1 file
On 6/27/19 6:03 PM, Frediano Ziglio wrote:
Signed-off-by: Frediano Ziglio
Ack, with comment/suggestion below.
---
server/websocket.h | 4
1 file changed, 4 insertions(+)
diff --git a/server/websocket.h b/server/websocket.h
index 7707e6804..ec452038b 100644
--- a/server/websocket.h
+
On 6/27/19 6:03 PM, Frediano Ziglio wrote:
Signed-off-by: Frediano Ziglio
Ack.
Uri.
---
server/websocket.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/server/websocket.h b/server/websocket.h
index 22120d939..7707e6804 100644
--- a/server/websocket.h
+++ b/server/websocket.h
@
ping the series
>
> ping the series
>
> >
> > Signed-off-by: Frediano Ziglio
> > ---
> > server/websocket.h | 5 +
> > 1 file changed, 5 insertions(+)
> >
> > diff --git a/server/websocket.h b/server/websocket.h
> > index 22120d939..7707e6804 100644
> > --- a/server/websocket.h
> > +++ b
ping series
>
> Do not declare the structure as aligned.
> The start/end-packed.h headers affects structures without
> specification only using MingW or Microsoft compilers. For other
> platform SPICE_ATTR_PACKED macro should be used. This way the
> definition are the same for all compiler.
> Th
On 7/16/19 1:55 PM, Snir Sheriber wrote:
This allows to set plugin key=value properties on run time.
To add encoder plugin property use the following syntax:
-gst.prop="key=value"
Is this the correct syntax, or do you need a -c ?
Make sure syntax is accurate and that the property is supported
>
> This allows to set plugin key=value properties on run time.
> To add encoder plugin property use the following syntax:
> -gst.prop="key=value"
> Make sure syntax is accurate and that the property is supported by
> the chosen plugin, wrong/invalid properties will be ignored silently.
> Specifi
This allows to set plugin key=value properties on run time.
To add encoder plugin property use the following syntax:
-gst.prop="key=value"
Make sure syntax is accurate and that the property is supported by
the chosen plugin, wrong/invalid properties will be ignored silently.
Specific encoder availa
12 matches
Mail list logo