docs: Minor fixes in various places
authorMischa Spiegelmock <mspiegelmock@gmail.com>
Fri, 23 Oct 2015 00:40:38 +0000 (17:40 -0700)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 23 Oct 2015 07:42:19 +0000 (10:42 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=756996

docs/plugins/inspect/plugin-rtp.xml
gst/multipart/multipartdemux.c
gst/rtp/README
gst/rtp/gstrtpvp8pay.c
gst/rtpmanager/gstrtprtxreceive.c
gst/udp/gstudpsrc.c

index a07f314..b2274db 100644 (file)
       <name>rtpvp8pay</name>
       <longname>RTP VP8 payloader</longname>
       <class>Codec/Payloader/Network/RTP</class>
-      <description>Puts VP8 video in RTP packets)</description>
+      <description>Puts VP8 video in RTP packets</description>
       <author>Sjoerd Simons &lt;sjoerd@luon.net&gt;</author>
       <pads>
         <caps>
index 640e592..7695ae5 100644 (file)
@@ -733,7 +733,7 @@ gst_multipart_set_property (GObject * object, guint prop_id,
 
   switch (prop_id) {
     case PROP_BOUNDARY:
-      /* Not really that usefull anymore as we can reliably autoscan */
+      /* Not really that useful anymore as we can reliably autoscan */
       g_free (filter->boundary);
       filter->boundary = g_value_dup_string (value);
       if (filter->boundary != NULL) {
index 5042bd5..814311e 100644 (file)
@@ -392,7 +392,7 @@ do we care?
 
 2029 RTP Payload Format of Sun's CellB Video Encoding.
 
-usefull
--------
+useful
+------
 
 http://www.iana.org/assignments/rtp-parameters
index 1c4c625..d7576ab 100644 (file)
@@ -126,7 +126,7 @@ gst_rtp_vp8_pay_class_init (GstRtpVP8PayClass * gst_rtp_vp8_pay_class)
 
   gst_element_class_set_static_metadata (element_class, "RTP VP8 payloader",
       "Codec/Payloader/Network/RTP",
-      "Puts VP8 video in RTP packets)", "Sjoerd Simons <sjoerd@luon.net>");
+      "Puts VP8 video in RTP packets", "Sjoerd Simons <sjoerd@luon.net>");
 
   pay_class->handle_buffer = gst_rtp_vp8_pay_handle_buffer;
   pay_class->sink_event = gst_rtp_vp8_pay_sink_event;
index 71b8023..4773722 100644 (file)
@@ -314,7 +314,7 @@ gst_rtp_rtx_receive_src_event (GstPad * pad, GstObject * parent,
           seqnum = -1;
 
         /* retrieve ssrc of the packet that need to be retransmitted
-         * it's usefull when reconstructing the original packet from the rtx packet */
+         * it's useful when reconstructing the original packet from the rtx packet */
         if (!gst_structure_get_uint (s, "ssrc", &ssrc))
           ssrc = -1;
 
index 39d69f0..8da3585 100644 (file)
@@ -41,7 +41,7 @@
  * one.
  *
  * The #GstUDPSrc:caps property is mainly used to give a type to the UDP packet
- * so that they can be autoplugged in GStreamer pipelines. This is very usefull
+ * so that they can be autoplugged in GStreamer pipelines. This is very useful
  * for RTP implementations where the contents of the UDP packets is transfered
  * out-of-bounds using SDP or other means.
  *