summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-11 15:04:38 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-11 15:04:38 +0000
commit5bc71b661d5f3b3902fc1ccde5026472c75fa2e3 (patch)
treeaf0f93b5d4b1025475de4f0b700b36b0cf18521a /ChangeLog
parent3e1fd612011cbb0c3d6a71303fbd36f193dadc1a (diff)
gst/rtp/README: Update README with new RTP variables that will be used for synchronisation.
Original commit message from CVS: * gst/rtp/README: Update README with new RTP variables that will be used for synchronisation. * gst/rtp/gstrtpvorbisdepay.c: (decode_base64), (gst_rtp_vorbis_depay_parse_configuration), (gst_rtp_vorbis_depay_process): * gst/rtp/gstrtpvorbispay.c: (encode_base64), (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_handle_buffer): Update vorbis pay and depayloader to draft-04.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7354e9a2..d9471eaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2007-05-11 Wim Taymans <wim@fluendo.com>
+ * gst/rtp/README:
+ Update README with new RTP variables that will be used for
+ synchronisation.
+
+ * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
+ (gst_rtp_vorbis_depay_parse_configuration),
+ (gst_rtp_vorbis_depay_process):
+ * gst/rtp/gstrtpvorbispay.c: (encode_base64),
+ (gst_rtp_vorbis_pay_finish_headers),
+ (gst_rtp_vorbis_pay_handle_buffer):
+ Update vorbis pay and depayloader to draft-04.
+
+2007-05-11 Wim Taymans <wim@fluendo.com>
+
* gst/rtsp/rtsptransport.c:
UDP MCAST is actually the default for RTP/AVP.