diff options
author | Michael Smith <msmith@xiph.org> | 2007-06-20 12:56:12 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2007-06-20 12:56:12 +0000 |
commit | 942c5ef6ce8ad16267aef7e79f5c341ff4687447 (patch) | |
tree | 5ef4b450ed98f54c228d47b7a5ed13d81ee5bfee /gst | |
parent | 576d438efee22a9b9f9122b2af04f554ed88b564 (diff) |
gst/rtp/gstrtpdepay.c: Fix description - rtpdepay is not a payloader.
Original commit message from CVS:
* gst/rtp/gstrtpdepay.c:
Fix description - rtpdepay is not a payloader.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/rtp/gstrtpdepay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpdepay.c b/gst/rtp/gstrtpdepay.c index 580ad49e..bbc4366c 100644 --- a/gst/rtp/gstrtpdepay.c +++ b/gst/rtp/gstrtpdepay.c @@ -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>"); |