gst/rtp/gstrtpdepay.c: Fix description - rtpdepay is not a payloader.
authorMichael Smith <msmith@xiph.org>
Wed, 20 Jun 2007 12:56:12 +0000 (12:56 +0000)
committerMichael Smith <msmith@xiph.org>
Wed, 20 Jun 2007 12:56:12 +0000 (12:56 +0000)
Original commit message from CVS:
* gst/rtp/gstrtpdepay.c:
Fix description - rtpdepay is not a payloader.

ChangeLog
gst/rtp/gstrtpdepay.c

index 94bd595..02f821f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-20  Michael Smith <msmith@fluendo.com>
+
+       * gst/rtp/gstrtpdepay.c:
+         Fix description - rtpdepay is not a payloader.
+
 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
 
        * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
index 580ad49..bbc4366 100644 (file)
@@ -25,7 +25,7 @@ GST_DEBUG_CATEGORY_STATIC (rtpdepay_debug);
 
 /* elementfactory information */
 static const GstElementDetails rtpdepay_details =
-GST_ELEMENT_DETAILS ("RTP payloader",
+GST_ELEMENT_DETAILS ("RTP depayloader",
     "Codec/Depayloader/Network",
     "Accepts raw RTP and RTCP packets and sends them forward",
     "Wim Taymans <wim@fluendo.com>");