summaryrefslogtreecommitdiffstats
path: root/server/red_dispatcher.c
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2013-01-24 16:57:15 -0500
committerYonit Halperin <yhalperi@redhat.com>2013-04-22 16:30:54 -0400
commit0df94503996664212e927e2c5dea7c33f65eae12 (patch)
tree8e0489a97ac45e27b3696955c1c8aaafce9919cc /server/red_dispatcher.c
parentade45ed93abbb9b88d9e0a6e0e12073ea5bcfc36 (diff)
downloadspice-0df94503996664212e927e2c5dea7c33f65eae12.tar.gz
spice-0df94503996664212e927e2c5dea7c33f65eae12.tar.xz
spice-0df94503996664212e927e2c5dea7c33f65eae12.zip
red_worker: support SPICE_MSGC_DISPLAY_STREAM_REPORT
update mjpeg_encoder with reports from the client about the playback quality. The patch also updates the spice-common submodule.
Diffstat (limited to 'server/red_dispatcher.c')
-rw-r--r--server/red_dispatcher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/red_dispatcher.c b/server/red_dispatcher.c
index 97e97370..e054b5a6 100644
--- a/server/red_dispatcher.c
+++ b/server/red_dispatcher.c
@@ -1143,6 +1143,7 @@ RedDispatcher *red_dispatcher_init(QXLInstance *qxl)
red_channel_register_client_cbs(display_channel, &client_cbs);
red_channel_set_data(display_channel, red_dispatcher);
red_channel_set_cap(display_channel, SPICE_DISPLAY_CAP_MONITORS_CONFIG);
+ red_channel_set_cap(display_channel, SPICE_DISPLAY_CAP_STREAM_REPORT);
reds_register_channel(display_channel);
}