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, ... --- gst/speexresample/gstspeexresample.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gst/speexresample/gstspeexresample.h') diff --git a/gst/speexresample/gstspeexresample.h b/gst/speexresample/gstspeexresample.h index b5abf0e6..8d1413c9 100644 --- a/gst/speexresample/gstspeexresample.h +++ b/gst/speexresample/gstspeexresample.h @@ -63,10 +63,10 @@ struct _GstSpeexResample { GstClockTime prev_ts, prev_duration; gboolean fp; - int channels; - int inrate; - int outrate; - int quality; + gint channels; + gint inrate; + gint outrate; + gint quality; SpeexResamplerState *state; }; -- cgit v1.2.1