diff options
author | Francois Gouget <fgouget@codeweavers.com> | 2020-01-03 17:15:40 +0100 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2020-01-13 09:16:33 +0000 |
commit | a4b9d5a46bdc1ff920d26b095903e71e6d362c22 (patch) | |
tree | 0e4ddc4372b19472283598cff0d57dd1ef5bf9b6 | |
parent | f784f4e6d1c19a8afdf2c1714533efbcc8c4300d (diff) |
channel-display: Fix wording of the deep_element_added_cb() documentation
Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Acked-by: Uri Lublin <uril@redhat.com>
-rw-r--r-- | src/channel-display-gst.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |