[Spice-devel] [PATCH spice-gtk] display: fix SpiceDisplayChannel::gst-video-overlay comment
marcandre.lureau at redhat.com
marcandre.lureau at redhat.com
Thu Jan 3 16:46:39 UTC 2019
From: Marc-André Lureau <marcandre.lureau at redhat.com>
- "Since:" tag must have colon
- s/gstreamer/GStreamer
- s/regeister/register
Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
---
src/channel-display.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/channel-display.c b/src/channel-display.c
index 581ca80..57d3f19 100644
--- a/src/channel-display.c
+++ b/src/channel-display.c
@@ -458,15 +458,15 @@ static void spice_display_channel_class_init(SpiceDisplayChannelClass *klass)
/**
* SpiceDisplayChannel::gst-video-overlay
* @display: the #SpiceDisplayChannel that emitted the signal
- * @pipeline: pointer to gstreamer's pipeline
+ * @pipeline: pointer to GStreamer's pipeline
*
* Return: valid window handle on success
*
* The #SpiceDisplayChannel::gst-video-overlay signal is emitted when
- * pipeline is ready and can be passed to widget to regeister gstreamer
- * overlay interface and other gstreamer callbacks.
+ * pipeline is ready and can be passed to widget to register GStreamer
+ * overlay interface and other GStreamer callbacks.
*
- * Since 0.36
+ * Since: 0.36
**/
signals[SPICE_DISPLAY_OVERLAY] =
g_signal_new("gst-video-overlay",
--
2.20.1.2.gb21ebb671b
More information about the Spice-devel
mailing list