diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-11-11 11:38:36 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-11-18 10:50:43 +0100 |
commit | 039d225a78d346f2cb81fac49cc308a5eb24ee40 (patch) | |
tree | 86e19c472e664e27eb602926a45a1a03e34cdca3 | |
parent | 02476fb5a3d9437ad49af4c7f302b076edfef236 (diff) |
rtpbvpay: add rfc reference
-rw-r--r-- | gst/rtp/gstrtpbvpay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpbvpay.c b/gst/rtp/gstrtpbvpay.c index b30efb1a9..274d8d891 100644 --- a/gst/rtp/gstrtpbvpay.c +++ b/gst/rtp/gstrtpbvpay.c @@ -31,7 +31,7 @@ static GstElementDetails gst_rtpbvpay_details = { "RTP BV Payloader", "Codec/Payloader/Network", - "Packetize BroadcomVoice audio streams into RTP packets", + "Packetize BroadcomVoice audio streams into RTP packets (RFC 4298)", "Wim Taymans <wim.taymans@collabora.co.uk>" }; |