commit | 6eef7b71683297835bdd8787b07915b6d198f963 | [log] [tgz] |
---|---|---|
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | Wed Apr 25 15:05:38 2018 -0400 |
committer | Sebastian Dröge <sebastian@centricular.com> | Sat Apr 28 10:47:01 2018 +0300 |
tree | 7484c0c1305eb9d64638cad3ead4868b52e03757 | |
parent | 4f2696c5f649b3efd33d2f17e781e33803ce00dc [diff] |
rfbsrc: Fix decide_allocation to support NULL pool We were assuming that NULL pool meant that downstream didn't reply. Update the pool index 0 instead of adding at the end. Otherwise we ended up letting basesrc decide, which would pick the blocksize as a size (4096) instead of the image size. https://bugzilla.gnome.org/show_bug.cgi?id=795327