docs: fix typos s/recieve/receive/

This commit is contained in:
Antonio Ospite 2019-03-07 12:38:41 +01:00
parent 30db93e3a4
commit 2dfe228740
3 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@
* *
* For its part, GStreamer is concerned with accuracy and preservation of * For its part, GStreamer is concerned with accuracy and preservation of
* information. This element outputs the 720x576 or 720x480 video that it * 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 * windowed applications, which can change size to fit the video. Applications
* with fixed size requirements should decide whether to crop or pad which * with fixed size requirements should decide whether to crop or pad which
* an element such as videobox can do. * an element such as videobox can do.

View file

@ -705,7 +705,7 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass)
/** /**
* GstRTSPSrc:port-range: * 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. * RTCP.
*/ */
g_object_class_install_property (gobject_class, PROP_PORT_RANGE, g_object_class_install_property (gobject_class, PROP_PORT_RANGE,

View file

@ -67,7 +67,7 @@
* If the #GstUDPSrc:timeout property is set to a value bigger than 0, udpsrc * If the #GstUDPSrc:timeout property is set to a value bigger than 0, udpsrc
* will generate an element message named * will generate an element message named
* <classname>&quot;GstUDPSrcTimeout&quot;</classname> * <classname>&quot;GstUDPSrcTimeout&quot;</classname>
* 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: * The message's structure contains one field:
* <itemizedlist> * <itemizedlist>
* <listitem> * <listitem>