audiobasesrc: Use guint8 instead of guchar

This commit is contained in:
Sebastian Dröge 2011-12-20 14:35:31 +01:00
parent 338622fe7e
commit 2760dd2068

View file

@ -758,7 +758,7 @@ gst_audio_base_src_create (GstBaseSrc * bsrc, guint64 offset, guint length,
GstFlowReturn ret;
GstAudioBaseSrc *src = GST_AUDIO_BASE_SRC (bsrc);
GstBuffer *buf;
guchar *data, *ptr;
guint8 *data, *ptr;
guint samples, total_samples;
guint64 sample;
gint bpf, rate;