From dcc3732178cf9ba880a2d32e33ee981ca3ae7a6d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 23 Aug 2005 16:54:38 +0000 Subject: [PATCH] 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. --- ChangeLog | 10 ++++++++++ gst/rtp/gstrtpamrdec.c | 7 +++++++ gst/rtp/gstrtpamrdepay.c | 7 +++++++ gst/rtp/gstrtpamrenc.c | 7 +++++++ gst/rtp/gstrtpamrpay.c | 7 +++++++ 5 files changed, 38 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5a61c2d..7e74f66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-08-23 Wim Taymans + + * 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. + 2005-08-23 Ronald S. Bultje * configure.ac: diff --git a/gst/rtp/gstrtpamrdec.c b/gst/rtp/gstrtpamrdec.c index c3d0604..701f2dd 100644 --- a/gst/rtp/gstrtpamrdec.c +++ b/gst/rtp/gstrtpamrdec.c @@ -21,6 +21,13 @@ #include #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", diff --git a/gst/rtp/gstrtpamrdepay.c b/gst/rtp/gstrtpamrdepay.c index c3d0604..701f2dd 100644 --- a/gst/rtp/gstrtpamrdepay.c +++ b/gst/rtp/gstrtpamrdepay.c @@ -21,6 +21,13 @@ #include #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", diff --git a/gst/rtp/gstrtpamrenc.c b/gst/rtp/gstrtpamrenc.c index a1e5ed8..198ce16 100644 --- a/gst/rtp/gstrtpamrenc.c +++ b/gst/rtp/gstrtpamrenc.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", diff --git a/gst/rtp/gstrtpamrpay.c b/gst/rtp/gstrtpamrpay.c index a1e5ed8..198ce16 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", -- 2.7.4