gst/rtp/: Fix element descriptions.
authorChristian Schaller <uraeus@gnome.org>
Wed, 8 Nov 2006 01:30:39 +0000 (01:30 +0000)
committerChristian Schaller <uraeus@gnome.org>
Wed, 8 Nov 2006 01:30:39 +0000 (01:30 +0000)
Original commit message from CVS:
* gst/rtp/gstrtpL16depay.c:
* gst/rtp/gstrtpamrdepay.c:
* gst/rtp/gstrtpamrpay.c:
* gst/rtp/gstrtpgsmdepay.c:
* gst/rtp/gstrtph263pay.c:
* gst/rtp/gstrtph263pdepay.c:
* gst/rtp/gstrtph263ppay.c:
* gst/rtp/gstrtph264depay.c:
* gst/rtp/gstrtpmp2tdepay.c:
* gst/rtp/gstrtpmp4gdepay.c:
* gst/rtp/gstrtpmp4gpay.c:
* gst/rtp/gstrtpmp4vdepay.c:
* gst/rtp/gstrtpmp4vpay.c:
* gst/rtp/gstrtpmpadepay.c:
* gst/rtp/gstrtpmpapay.c:
* gst/rtp/gstrtppcmadepay.c:
* gst/rtp/gstrtppcmapay.c:
* gst/rtp/gstrtppcmudepay.c:
* gst/rtp/gstrtppcmupay.c:
* gst/rtp/gstrtpspeexdepay.c:
* gst/rtp/gstrtpspeexpay.c:
* gst/rtp/gstrtpsv3vdepay.c:
Fix element descriptions.

23 files changed:
ChangeLog
gst/rtp/gstrtpL16depay.c
gst/rtp/gstrtpamrdepay.c
gst/rtp/gstrtpamrpay.c
gst/rtp/gstrtpgsmdepay.c
gst/rtp/gstrtph263pay.c
gst/rtp/gstrtph263pdepay.c
gst/rtp/gstrtph263ppay.c
gst/rtp/gstrtph264depay.c
gst/rtp/gstrtpmp2tdepay.c
gst/rtp/gstrtpmp4gdepay.c
gst/rtp/gstrtpmp4gpay.c
gst/rtp/gstrtpmp4vdepay.c
gst/rtp/gstrtpmp4vpay.c
gst/rtp/gstrtpmpadepay.c
gst/rtp/gstrtpmpapay.c
gst/rtp/gstrtppcmadepay.c
gst/rtp/gstrtppcmapay.c
gst/rtp/gstrtppcmudepay.c
gst/rtp/gstrtppcmupay.c
gst/rtp/gstrtpspeexdepay.c
gst/rtp/gstrtpspeexpay.c
gst/rtp/gstrtpsv3vdepay.c

index dd650fa..82fc8a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,31 @@
 2006-11-08  Wim Taymans  <wim@fluendo.com>
 
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtph263pdepay.c:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmp4gdepay.c:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4vdepay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtpmpapay.c:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmapay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtppcmupay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/rtp/gstrtpsv3vdepay.c:
+       Fix element descriptions.
+
+2006-11-08  Wim Taymans  <wim@fluendo.com>
+
        * gst/rtp/gstrtpvorbisdepay.c:
        * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
        Fix description.
index 3d8b2e3..bffbcbd 100644 (file)
@@ -26,7 +26,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_L16depay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet depayloader",
     "Codec/Depayloader/Network",
     "Extracts raw audio from RTP packets",
     "Zeeshan Ali <zak147@yahoo.com>");
index 6e78910..d22060a 100644 (file)
@@ -36,7 +36,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_amrdepay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet depayloader",
     "Codec/Depayloader/Network",
     "Extracts AMR audio from RTP packets (RFC 3267)",
     "Wim Taymans <wim@fluendo.com>");
index b7e15e6..9fac30b 100644 (file)
@@ -39,7 +39,7 @@ GST_DEBUG_CATEGORY_STATIC (rtpamrpay_debug);
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_amrpay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet payloader",
     "Codec/Payloader/Network",
     "Payload-encode AMR audio into RTP packets (RFC 3267)",
     "Wim Taymans <wim@fluendo.com>");
index 288d4e8..911a54d 100644 (file)
@@ -28,7 +28,7 @@
 
 /* elementfactory information */
 static GstElementDetails gst_rtp_gsmdepay_details = {
-  "RTP packet parser",
+  "RTP packet depayloader",
   "Codec/Depayloader/Network",
   "Extracts GSM audio from RTP packets",
   "Zeeshan Ali <zeenix@gmail.com>"
index 31ce889..5f86fee 100644 (file)
@@ -145,7 +145,7 @@ typedef struct _GstH263PictureLayer
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_h263pay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet payloader",
     "Codec/Payloader/Network",
     "Payload-encodes H263 video in RTP packets (RFC 2190)",
     "Neil Stratford <neils@vipadia.com>");
index 5fb595b..0657e9a 100644 (file)
@@ -28,7 +28,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_h263pdepay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet depayloader",
     "Codec/Depayloader/Network",
     "Extracts H263+ video from RTP packets (RFC 2429)",
     "Wim Taymans <wim@fluendo.com>");
index fcc4d55..d5d8225 100644 (file)
@@ -29,7 +29,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_h263ppay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet payloader",
     "Codec/Payloader/Network",
     "Payload-encodes H263+ video in RTP packets (RFC 2429)",
     "Wim Taymans <wim@fluendo.com>");
index 917eebc..72557bc 100644 (file)
@@ -28,7 +28,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_h264depay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet depayloader",
     "Codec/Depayloader/Network",
     "Extracts H264 video from RTP packets (RFC 3984)",
     "Wim Taymans <wim@fluendo.com>");
index 38a6d96..dbebf97 100644 (file)
@@ -28,7 +28,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_mp2tdepay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet depayloader",
     "Codec/Depayloader/Network",
     "Extracts MPEG2 TS from RTP packets (RFC 2250)",
     "Wim Taymans <wim@fluendo.com>");
index e715a43..1157e34 100644 (file)
@@ -31,7 +31,7 @@ GST_DEBUG_CATEGORY_STATIC (rtpmp4gdepay_debug);
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_mp4gdepay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet depayloader",
     "Codec/Depayloader/Network",
     "Extracts MPEG4 elementary streams from RTP packets (RFC 3640)",
     "Wim Taymans <wim@fluendo.com>");
index 6657b71..2057dd6 100644 (file)
@@ -32,7 +32,7 @@ GST_DEBUG_CATEGORY_STATIC (rtpmp4gpay_debug);
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_mp4gpay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet payloader",
     "Codec/Payloader/Network",
     "Payload MPEG4 elementary streams as RTP packets (RFC 3640)",
     "Wim Taymans <wim@fluendo.com>");
index b872325..993187c 100644 (file)
@@ -28,7 +28,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_mp4vdepay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet depayloader",
     "Codec/Depayloader/Network",
     "Extracts MPEG4 video from RTP packets (RFC 3016)",
     "Wim Taymans <wim@fluendo.com>");
index 2c4b559..99d9a6c 100644 (file)
@@ -32,7 +32,7 @@ GST_DEBUG_CATEGORY_STATIC (rtpmp4vpay_debug);
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_mp4vpay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet payloader",
     "Codec/Payloader/Network",
     "Payload MPEG4 video as RTP packets (RFC 3016)",
     "Wim Taymans <wim@fluendo.com>");
index 3dd87a4..3dcc981 100644 (file)
@@ -28,7 +28,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_mpadepay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet depayloader",
     "Codec/Depayloader/Network",
     "Extracts MPEG audio from RTP packets (RFC 2038)",
     "Wim Taymans <wim@fluendo.com>");
index 847f0fc..156941b 100644 (file)
@@ -29,7 +29,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_mpapay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet payloader",
     "Codec/Payloader/Network",
     "Payload MPEG audio as RTP packets (RFC 2038)",
     "Wim Taymans <wim@fluendo.com>");
index 14ce80a..a5129cb 100644 (file)
@@ -29,7 +29,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_pcmadepay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet depayloader",
     "Codec/Depayloader/Network",
     "Extracts PCMA audio from RTP packets",
     "Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com>");
index 77ee0af..be1e5aa 100644 (file)
@@ -31,7 +31,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_pcma_pay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet payloader",
     "Codec/Payloader/Network",
     "Payload-encodes PCMA audio into a RTP packet",
     "Edgard Lima <edgard.lima@indt.org.br>");
index 6e5c8b4..7b46614 100644 (file)
@@ -29,7 +29,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_pcmudepay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet depayloader",
     "Codec/Depayloader/Network",
     "Extracts PCMU audio from RTP packets",
     "Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com>");
index 0f4d236..984eef5 100644 (file)
@@ -31,7 +31,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_pcmu_pay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet payloader",
     "Codec/Payloader/Network",
     "Payload-encodes PCMU audio into a RTP packet",
     "Edgard Lima <edgard.lima@indt.org.br>");
index 98ff5ba..39170b8 100644 (file)
@@ -27,7 +27,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_speexdepay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet depayloader",
     "Codec/Depayloader/Network",
     "Extracts Speex audio from RTP packets",
     "Edgard Lima <edgard.lima@indt.org.br>");
index 96de735..66cb885 100644 (file)
@@ -29,7 +29,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_speex_pay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet payloader",
     "Codec/Payloader/Network",
     "Payload-encodes Speex audio into a RTP packet",
     "Edgard Lima <edgard.lima@indt.org.br>");
index e902124..9af8313 100644 (file)
@@ -28,7 +28,7 @@
 
 /* elementfactory information */
 static const GstElementDetails gst_rtp_sv3vdepay_details =
-GST_ELEMENT_DETAILS ("RTP packet parser",
+GST_ELEMENT_DETAILS ("RTP packet depayloader",
     "Codec/Depayloader/Network",
     "Extracts SVQ3 video from RTP packets (no RFC)",
     "Wim Taymans <wim@fluendo.com>");