summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-05-14 18:28:46 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-05-14 18:28:46 +0000
commit1c32c1b133c7026ee854f828e47f806873ae08d8 (patch)
treeca8eaf6eb4228ae209c52716ef2137b6ce8bd5d6 /ChangeLog
parent780d129efda9d4c1215779f199c17bbdc7c712f1 (diff)
gst/rtp/gstrtph264depay.c: Small comment added.
Original commit message from CVS: * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process): Small comment added. * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps), (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer): Debug string cleanups (remove trailing \n) Refactor and clean up the payloader a bit and make sure that we only put one NAL unit in an RTP packet even if the input buffer contains multiple NAL units. Add suport for AVC format input.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13e22797..f8c5c239 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
+ Small comment added.
+
+ * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
+ (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
+ (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
+ Debug string cleanups (remove trailing \n)
+ Refactor and clean up the payloader a bit and make sure that we only
+ put one NAL unit in an RTP packet even if the input buffer contains
+ multiple NAL units.
+ Add suport for AVC format input.
+
2008-05-14 Peter Kjellerstedt <pkj@axis.com>
* gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),