From 942c5ef6ce8ad16267aef7e79f5c341ff4687447 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 20 Jun 2007 12:56:12 +0000 Subject: 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. --- ChangeLog | 5 +++++ gst/rtp/gstrtpdepay.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 94bd595e..02f821f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-20 Michael Smith + + * gst/rtp/gstrtpdepay.c: + Fix description - rtpdepay is not a payloader. + 2007-06-20 Stefan Kost * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples), 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 "); -- cgit