gst/rtp/: Small updates, RFC reference to payload encoders.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 23 Aug 2005 16:54:38 +0000 (16:54 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 23 Aug 2005 16:54:38 +0000 (16:54 +0000)
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
gst/rtp/gstrtpamrdec.c
gst/rtp/gstrtpamrdepay.c
gst/rtp/gstrtpamrenc.c
gst/rtp/gstrtpamrpay.c

index 5a61c2d..7e74f66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-08-23  Wim Taymans  <wim@fluendo.com>
+
+       * 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  <rbultje@ronald.bitfreak.net>
 
        * configure.ac:
index c3d0604..701f2dd 100644 (file)
 #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",
index c3d0604..701f2dd 100644 (file)
 #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",
index a1e5ed8..198ce16 100644 (file)
 
 #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",
index a1e5ed8..198ce16 100644 (file)
 
 #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",