From 4da361f94cabf209d2dcd59e493b968d7ddd3e79 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 14 May 2007 17:10:12 +0000 Subject: gst/rtp/: Update theora pay/depayloader in a similar to vorbis. Original commit message from CVS: * gst/rtp/gstrtptheoradepay.c: (decode_base64), (gst_rtp_theora_depay_parse_configuration): * gst/rtp/gstrtptheorapay.c: (encode_base64), (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_handle_buffer): Update theora pay/depayloader in a similar to vorbis. * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_parse_configuration): Update docs. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e65740a3..955958c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-05-14 Wim Taymans + + * gst/rtp/gstrtptheoradepay.c: (decode_base64), + (gst_rtp_theora_depay_parse_configuration): + * gst/rtp/gstrtptheorapay.c: (encode_base64), + (gst_rtp_theora_pay_finish_headers), + (gst_rtp_theora_pay_handle_buffer): + Update theora pay/depayloader in a similar to vorbis. + + * gst/rtp/gstrtpvorbisdepay.c: + (gst_rtp_vorbis_depay_parse_configuration): + Update docs. + 2007-05-14 Wim Taymans * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send): -- cgit