mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
docs: fix typos s/recieve/receive/
This commit is contained in:
parent
30db93e3a4
commit
2dfe228740
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
* If the #GstUDPSrc:timeout property is set to a value bigger than 0, udpsrc
|
||||
* will generate an element message named
|
||||
* <classname>"GstUDPSrcTimeout"</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:
|
||||
* <itemizedlist>
|
||||
* <listitem>
|
||||
|
|
Loading…
Reference in a new issue