[Spice-commits] src/channel-display-gst.c
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Sep 25 15:10:07 UTC 2018
src/channel-display-gst.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8f38461e31bec98e4d3e1bc503da07f33931d0b7
Author: Christophe de Dinechin <dinechin at redhat.com>
Date: Tue Jul 17 11:23:29 2018 +0200
Fix typo in SPICE_DEBUG
Acked-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
Acked-by: Lukáš Hrázký <lhrazky at redhat.com>
diff --git a/src/channel-display-gst.c b/src/channel-display-gst.c
index 93fd542..3b306c1 100644
--- a/src/channel-display-gst.c
+++ b/src/channel-display-gst.c
@@ -400,7 +400,7 @@ static gboolean create_pipeline(SpiceGstDecoder *decoder)
* prepare-window-handle message is received
*/
decoder->win_handle = get_window_handle(decoder->base.stream);
- SPICE_DEBUG("Creating Gstreamer pipline (handle for overlay %s)\n",
+ SPICE_DEBUG("Creating Gstreamer pipeline (handle for overlay %s)\n",
decoder->win_handle ? "received" : "not received");
if (decoder->win_handle == 0) {
sink = gst_element_factory_make("appsink", "sink");
More information about the Spice-commits
mailing list