From 20f18abf7274698f6d0d155c49672474f95dc6cf Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 5 Mar 2007 17:08:32 +0000 Subject: gst/rtp/: Fix encoding-name case. Original commit message from CVS: * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps): * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers): * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers): Fix encoding-name case. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2f65b29a..c2ef2a43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-03-05 Wim Taymans + + * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps): + * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers): + * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers): + Fix encoding-name case. + 2007-03-05 Wim Taymans * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init), -- cgit