From cdd7091c1cd1dcc1d9ab66e3b1fd40cc08107226 Mon Sep 17 00:00:00 2001 From: Mischa Spiegelmock Date: Thu, 22 Oct 2015 17:40:38 -0700 Subject: [PATCH] docs: Minor fixes in various places https://bugzilla.gnome.org/show_bug.cgi?id=756996 --- docs/plugins/inspect/plugin-rtp.xml | 2 +- gst/multipart/multipartdemux.c | 2 +- gst/rtp/README | 4 ++-- gst/rtp/gstrtpvp8pay.c | 2 +- gst/rtpmanager/gstrtprtxreceive.c | 2 +- gst/udp/gstudpsrc.c | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index a07f314..b2274db 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -1630,7 +1630,7 @@ rtpvp8pay RTP VP8 payloader Codec/Payloader/Network/RTP - Puts VP8 video in RTP packets) + Puts VP8 video in RTP packets Sjoerd Simons <sjoerd@luon.net> diff --git a/gst/multipart/multipartdemux.c b/gst/multipart/multipartdemux.c index 640e592..7695ae5 100644 --- a/gst/multipart/multipartdemux.c +++ b/gst/multipart/multipartdemux.c @@ -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) { diff --git a/gst/rtp/README b/gst/rtp/README index 5042bd5..814311e 100644 --- a/gst/rtp/README +++ b/gst/rtp/README @@ -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 diff --git a/gst/rtp/gstrtpvp8pay.c b/gst/rtp/gstrtpvp8pay.c index 1c4c625..d7576ab 100644 --- a/gst/rtp/gstrtpvp8pay.c +++ b/gst/rtp/gstrtpvp8pay.c @@ -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 "); + "Puts VP8 video in RTP packets", "Sjoerd Simons "); pay_class->handle_buffer = gst_rtp_vp8_pay_handle_buffer; pay_class->sink_event = gst_rtp_vp8_pay_sink_event; diff --git a/gst/rtpmanager/gstrtprtxreceive.c b/gst/rtpmanager/gstrtprtxreceive.c index 71b8023..4773722 100644 --- a/gst/rtpmanager/gstrtprtxreceive.c +++ b/gst/rtpmanager/gstrtprtxreceive.c @@ -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; diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index 39d69f0..8da3585 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -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. * -- 2.7.4