[Spice-commits] src/channel-display-gst.c
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Nov 15 08:59:46 UTC 2018
src/channel-display-gst.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 812a279472bdb0572c236eaeae08c9652a54c009
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Thu Nov 15 08:52:42 2018 +0000
channel-display-gst: Fix typo in comment
gstvideoooverlay -> gstvideooverlay
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Victor Toso <victortoso at redhat.com>
diff --git a/src/channel-display-gst.c b/src/channel-display-gst.c
index c909e20..2c07f35 100644
--- a/src/channel-display-gst.c
+++ b/src/channel-display-gst.c
@@ -424,7 +424,7 @@ static gboolean create_pipeline(SpiceGstDecoder *decoder)
decoder->appsink = GST_APP_SINK(sink);
} else {
/* handle has received, it means playbin will render directly into
- * widget using the gstvideoooverlay interface instead of app-sink.
+ * widget using the gstvideooverlay interface instead of app-sink.
* Also avoid using vaapisink if exist since vaapisink could be
* buggy when it is combined with playbin. changing its rank to
* none will make playbin to avoid of using it.
More information about the Spice-commits
mailing list