On Fri, 2016-10-21 at 15:41 +0200, Francois Gouget wrote:
> Signed-off-by: Francois Gouget
> ---
>
> Of course a better solution would be to figure out whether this is
> still
> needed, whether this executes in the main thread or not, etc.
>
> src/spice-gtk-session.c | 2 ++
> 1 file changed,
On Fri, 2016-10-21 at 15:40 +0200, Francois Gouget wrote:
> Signed-off-by: Francois Gouget
> ---
>
> I removed the extraneous hunk and moved it to its own patch.
> I'll repost what remains of the whole series after the acked patches
> have been pushed.
OK
Acked-by: Jonathon Jongsma
>
>
Hi,
On Fri, Oct 21, 2016 at 03:40:07PM +0200, Francois Gouget wrote:
> Signed-off-by: Francois Gouget
> ---
>
> I removed the extraneous hunk and moved it to its own patch.
> I'll repost what remains of the whole series after the acked patches
> have been pushed.
They were pushed now.
>
> sr
Signed-off-by: Francois Gouget
---
I removed the extraneous hunk and moved it to its own patch.
I'll repost what remains of the whole series after the acked patches
have been pushed.
src/spice-gtk-session.c | 3 +++
src/spice-widget-egl.c | 3 +++
src/spice-widget.c | 6 ++
3 files c
Signed-off-by: Francois Gouget
---
Of course a better solution would be to figure out whether this is still
needed, whether this executes in the main thread or not, etc.
src/spice-gtk-session.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/spice-gtk-session.c b/src/spice-gtk-sessio
Add an utility to make possible to check various features of
VideoEncoder.
2 GStreamer plugins are used in a chain like this:
(1) input pipeline -> (2) video encoder -> (3) output pipeline
While converting output from (1) is compared with output of (3)
making sure the streaming is working correct
Signed-off-by: Frediano Ziglio
---
server/tests/gst-test.c | 55 +
1 file changed, 51 insertions(+), 4 deletions(-)
Updated. Small rebase issue.
diff --git a/server/tests/gst-test.c b/server/tests/gst-test.c
index 0a68d7d..3277e04 100644
--- a/ser
Signed-off-by: Frediano Ziglio
---
server/tests/gst-test.c | 55 +
1 file changed, 51 insertions(+), 4 deletions(-)
diff --git a/server/tests/gst-test.c b/server/tests/gst-test.c
index 0a68d7d..38d0f1d 100644
--- a/server/tests/gst-test.c
+++ b/ser
The top down flag can be specified using negative heights.
Signed-off-by: Frediano Ziglio
---
server/spice-bitmap-utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/spice-bitmap-utils.c b/server/spice-bitmap-utils.c
index 72a9285..439f05d 100644
--- a/server/spice
Signed-off-by: Frediano Ziglio
---
server/gstreamer-encoder.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/server/gstreamer-encoder.c b/server/gstreamer-encoder.c
index d575c67..53dfb98 100644
--- a/server/gstreamer-encoder.c
+++ b/server/gstreamer-encoder.c
@@ -757,7 +7
Signed-off-by: Frediano Ziglio
---
server/tests/Makefile.am| 1 +
server/tests/video-encoders | 21 +
2 files changed, 22 insertions(+)
create mode 100755 server/tests/video-encoders
diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index c799779..ef0e335
Signed-off-by: Frediano Ziglio
---
server/gstreamer-encoder.c | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/server/gstreamer-encoder.c b/server/gstreamer-encoder.c
index 53dfb98..d8437e4 100644
--- a/server/gstreamer-encoder.c
+++ b/server/gstreamer-encoder.c
@@ -967,11
These patches attempt to provide some additional testing
to VideoEncoder.
Mainly "Add an helper to test VideoEncoder" add an utility
that helps doing some test.
The "RFC EXAMPLE Some automatic check on video encoders"
provide a check script but require an additional video
file.
Other patches are mi
13 matches
Mail list logo