baseaudiosrc: fix 'uninitialized' compiler warning
This commit is contained in:
parent
a2ee06db3c
commit
0fb680f680
@ -726,6 +726,7 @@ gst_base_audio_src_get_offset (GstBaseAudioSrc * src)
|
||||
/* no previous sample, go to the current position */
|
||||
GST_DEBUG_OBJECT (src, "first sample, align to current %d", segdone);
|
||||
sample = ((guint64) (segdone)) * sps;
|
||||
readseg = segdone;
|
||||
}
|
||||
|
||||
GST_DEBUG_OBJECT (src,
|
||||
|
Loading…
x
Reference in New Issue
Block a user