diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-05-11 15:04:38 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-05-11 15:04:38 +0000 |
commit | 5bc71b661d5f3b3902fc1ccde5026472c75fa2e3 (patch) | |
tree | af0f93b5d4b1025475de4f0b700b36b0cf18521a /ChangeLog | |
parent | 3e1fd612011cbb0c3d6a71303fbd36f193dadc1a (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-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |