diff options
Diffstat (limited to 'gst/speexresample/gstspeexresample.h')
-rw-r--r-- | gst/speexresample/gstspeexresample.h | 8 |
1 files changed, 4 insertions, 4 deletions
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; }; |