mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
audiobasesrc: Use guint8 instead of guchar
This commit is contained in:
parent
338622fe7e
commit
2760dd2068
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue