color: Clarify behavior of for not-ready image descriptions
In wp_color_management_surface_v1.set_image_description. Image descriptions which have received neither failed nor ready are being ignored by the current wording, making it undefined behavior.
Fix this by prohibiting image descriptions in all states other than ready from being set on a surface.
Signed-off-by: Sebastian Wick sebastian.wick@redhat.com