summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpamrpay.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-08-23 16:54:38 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-08-23 16:54:38 +0000
commitdcc3732178cf9ba880a2d32e33ee981ca3ae7a6d (patch)
treecbb6e79feb5e2bd33db272180a00e96ca90a7506 /gst/rtp/gstrtpamrpay.c
parenta779a27fc1f814a6206d29e03c7791770c4c5aa4 (diff)
gst/rtp/: Small updates, RFC reference to payload encoders.
Original commit message from CVS: * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init), (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain): * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_class_init), (gst_rtpamrenc_init), (gst_rtpamrenc_chain): * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init), (gst_rtph263penc_flush), (gst_rtph263penc_chain): Small updates, RFC reference to payload encoders.
Diffstat (limited to 'gst/rtp/gstrtpamrpay.c')
-rw-r--r--gst/rtp/gstrtpamrpay.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpamrpay.c b/gst/rtp/gstrtpamrpay.c
index a1e5ed86..198ce166 100644
--- a/gst/rtp/gstrtpamrpay.c
+++ b/gst/rtp/gstrtpamrpay.c
@@ -22,6 +22,13 @@
#include "gstrtpamrenc.h"
+/* references:
+ *
+ * RFC 3267 - Real-Time Transport Protocol (RTP) Payload Format and File
+ * Storage Format for the Adaptive Multi-Rate (AMR) and Adaptive
+ * Multi-Rate Wideband (AMR-WB) Audio Codecs.
+ */
+
/* elementfactory information */
static GstElementDetails gst_rtp_amrenc_details = {
"RTP packet parser",