From b33f9f49ab6da51868bc3d05830544d37e31f52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 28 Oct 2008 19:30:33 +0000 Subject: gst/speexresample/gstspeexresample.*: Some random cleanup, add G_LIKELY and friends, use GST_DEBUG_OBJECT instead of ... Original commit message from CVS: * gst/speexresample/gstspeexresample.c: (gst_speex_resample_get_unit_size), (gst_speex_resample_fixate_caps), (gst_speex_resample_init_state), (gst_speex_resample_update_state), (gst_speex_resample_parse_caps), (gst_speex_resample_transform_size), (gst_speex_resample_set_caps), (gst_speex_resample_push_drain), (gst_speex_resample_event), (gst_speex_resample_check_discont), (gst_speex_fix_output_buffer), (gst_speex_resample_process), (gst_speex_resample_transform), (gst_speex_resample_query), (gst_speex_resample_set_property): * gst/speexresample/gstspeexresample.h: Some random cleanup, add G_LIKELY and friends, use GST_DEBUG_OBJECT instead of GST_DEBUG, ... --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9d0b6b76..2563c50c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-10-28 Sebastian Dröge + + * gst/speexresample/gstspeexresample.c: + (gst_speex_resample_get_unit_size), + (gst_speex_resample_fixate_caps), (gst_speex_resample_init_state), + (gst_speex_resample_update_state), (gst_speex_resample_parse_caps), + (gst_speex_resample_transform_size), (gst_speex_resample_set_caps), + (gst_speex_resample_push_drain), (gst_speex_resample_event), + (gst_speex_resample_check_discont), (gst_speex_fix_output_buffer), + (gst_speex_resample_process), (gst_speex_resample_transform), + (gst_speex_resample_query), (gst_speex_resample_set_property): + * gst/speexresample/gstspeexresample.h: + Some random cleanup, add G_LIKELY and friends, use GST_DEBUG_OBJECT + instead of GST_DEBUG, ... + 2008-10-28 Sebastian Dröge * gst/flv/gstflvdemux.c: (gst_flv_demux_query): -- cgit v1.2.1