From 2dfe2287400c3158deb05168edfea41608fd347a Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 7 Mar 2019 12:38:41 +0100 Subject: [PATCH] docs: fix typos s/recieve/receive/ --- ext/dv/gstdvdemux.c | 2 +- gst/rtsp/gstrtspsrc.c | 2 +- gst/udp/gstudpsrc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/dv/gstdvdemux.c b/ext/dv/gstdvdemux.c index b76d7daa99..65d24d3e46 100644 --- a/ext/dv/gstdvdemux.c +++ b/ext/dv/gstdvdemux.c @@ -77,7 +77,7 @@ * * For its part, GStreamer is concerned with accuracy and preservation of * information. This element outputs the 720x576 or 720x480 video that it - * recieves, noting the proper aspect ratio. This should not be a problem for + * receives, noting the proper aspect ratio. This should not be a problem for * windowed applications, which can change size to fit the video. Applications * with fixed size requirements should decide whether to crop or pad which * an element such as videobox can do. diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 79941f4ef5..85875f1247 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -705,7 +705,7 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass) /** * GstRTSPSrc:port-range: * - * Configure the client port numbers that can be used to recieve RTP and + * Configure the client port numbers that can be used to receive RTP and * RTCP. */ g_object_class_install_property (gobject_class, PROP_PORT_RANGE, diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index 4958acc6ca..c0fa37f79b 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -67,7 +67,7 @@ * If the #GstUDPSrc:timeout property is set to a value bigger than 0, udpsrc * will generate an element message named * "GstUDPSrcTimeout" - * if no data was recieved in the given timeout. + * if no data was received in the given timeout. * The message's structure contains one field: * *