[Spice-devel] [PATCH spice-server v2 0/6] VideoEncoder testing and related

Pavel Grunt pgrunt at redhat.com
Mon Oct 31 10:40:46 UTC 2016


Hi Frediano,

On Fri, 2016-10-21 at 13:40 +0100, Frediano Ziglio wrote:
> 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.

what about using the gstreamer's videotestsrc element instead of a
file. Although I think shipping a small binary file would be ok as
well.

https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-
base-plugins/html/gst-plugins-base-plugins-videotestsrc.html


Pavel

> Other patches are minor ones.
> 
> Frediano Ziglio (6):
>   gstreamer: Do not warn for tested formats
>   Handle top down bitmaps dumping
>   Simplify gstreamer 0.10 compatibility
>   Add an helper to test VideoEncoder
>   Compatibility for GStreamer 0.10 for test utility
>   RFC EXAMPLE Some automatic check on video encoders
> 
>  server/gstreamer-encoder.c  |  10 +-
>  server/spice-bitmap-utils.c |   2 +-
>  server/tests/Makefile.am    |  10 +
>  server/tests/gst-test.c     | 983
> ++++++++++++++++++++++++++++++++++++++++++++
>  server/tests/video-encoders |  21 +
>  5 files changed, 1019 insertions(+), 7 deletions(-)
>  create mode 100644 server/tests/gst-test.c
>  create mode 100755 server/tests/video-encoders
> 


More information about the Spice-devel mailing list