Follow-up from "Add automated graphics verification for VDPAU and VA-API"
The following discussion from !123 (merged) should be addressed:
- @smcv started a discussion: (+4 comments)
And, yes, I'm starting to regret mapping
srt_graphics_get_messages()
into JSON as a single string, rather than a list of lines. Perhaps it's not too late for us to just change it.
Or, if you think that's too much of a compat break, we could remove
"messages"
(which was always meant to be optional anyway, and is not documented in the man page) and replace it with"diagnostics"
or"message_lines"
or something.