mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
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.
This commit is contained in:
parent
576d438efe
commit
942c5ef6ce
2 changed files with 6 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -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>");
|
||||
|
|
Loading…
Reference in a new issue