From: Victor Toso <m...@victortoso.com>

Hi,

The first four patches are related to using hash table to track stream's
structure, discussed with Lukas at [0]. The others are trying to:
- reduce too much code in one place;
- reduce the verbose logs we have with streaming;

[0] https://lists.freedesktop.org/archives/spice-devel/2018-March/042529.html

Thanks for your input,
        toso

Victor Toso (11):
  channel-display: remove id parameter from helper function
  channel-display: rename display_stream_destroy()
  channel-display: remove unneeded function
  channel-display: use GHashTable to keep stream's structure
  channel-display: add spice_frame_free() helper
  channel-display: add spice_frame_new() helper
  channel-display: add display_stream_stats_save() helper
  channel-display: add display_stream_stats_debug() helper
  channel-display: don't debug latency for each frame
  channel-display-gst: summarize number of frames dropped
  channel-display-mjpeg: remove verbose logs

 src/channel-display-gst.c   |  19 +--
 src/channel-display-mjpeg.c |  24 +---
 src/channel-display-priv.h  |   6 +-
 src/channel-display.c       | 313 ++++++++++++++++++++++++++------------------
 4 files changed, 201 insertions(+), 161 deletions(-)

-- 
2.16.2

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to