From 21a1056f7d76cf88ed27071d1a374da10a9ebba9 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Wed, 8 Dec 2021 21:11:08 +0100 Subject: [PATCH] videosink: Add missing comment on Display structure --- videosink/display.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/videosink/display.go b/videosink/display.go index 05d67d8..24df42f 100644 --- a/videosink/display.go +++ b/videosink/display.go @@ -38,6 +38,8 @@ type Options struct { // TODO: Add options for JPEG and PNG encoder settings } +// Display is a virtual device receiving drawing operations and sending +// a stream of images to all connected HTTP clients. type Display struct { defaultFormat ImageFormat