diff options
Diffstat (limited to 'gst/rtp/gstrtpamrdepay.c')
-rw-r--r-- | gst/rtp/gstrtpamrdepay.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpamrdepay.c b/gst/rtp/gstrtpamrdepay.c index c3d0604c..701f2dd3 100644 --- a/gst/rtp/gstrtpamrdepay.c +++ b/gst/rtp/gstrtpamrdepay.c @@ -21,6 +21,13 @@ #include <string.h> #include "gstrtpamrdec.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_amrdec_details = { "RTP packet parser", |