From: Antonio Ospite Date: Thu, 7 Mar 2019 11:38:41 +0000 (+0100) Subject: docs: fix typos s/recieve/receive/ X-Git-Tag: 1.19.3~509^2~1141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2dfe2287400c3158deb05168edfea41608fd347a;p=platform%2Fupstream%2Fgstreamer.git docs: fix typos s/recieve/receive/ --- diff --git a/ext/dv/gstdvdemux.c b/ext/dv/gstdvdemux.c index b76d7da..65d24d3 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 79941f4..85875f1 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 4958acc..c0fa37f 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: * *