[Spice-commits] src/channel-display-gst.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 13 09:17:39 UTC 2020


 src/channel-display-gst.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a4b9d5a46bdc1ff920d26b095903e71e6d362c22
Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Jan 3 17:15:40 2020 +0100

    channel-display: Fix wording of the deep_element_added_cb() documentation
    
    Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
    Acked-by: Uri Lublin <uril at redhat.com>

diff --git a/src/channel-display-gst.c b/src/channel-display-gst.c
index 6fccf62..bd72625 100644
--- a/src/channel-display-gst.c
+++ b/src/channel-display-gst.c
@@ -469,7 +469,7 @@ sink_event_probe(GstPad *pad, GstPadProbeInfo *info, gpointer data)
     return GST_PAD_PROBE_OK;
 }
 
-/* This function is called to used to set a probe on the sink */
+/* This function is used to set a probe on the sink */
 static void
 deep_element_added_cb(GstBin *pipeline, GstBin *bin, GstElement *element,
                       SpiceGstDecoder *decoder)


More information about the Spice-commits mailing list