baseaudiosrc: fix 'uninitialized' compiler warning

This commit is contained in:
Mark Nauwelaerts 2009-11-18 12:37:44 +01:00
parent a2ee06db3c
commit 0fb680f680

View file

@ -726,6 +726,7 @@ gst_base_audio_src_get_offset (GstBaseAudioSrc * src)
/* no previous sample, go to the current position */ /* no previous sample, go to the current position */
GST_DEBUG_OBJECT (src, "first sample, align to current %d", segdone); GST_DEBUG_OBJECT (src, "first sample, align to current %d", segdone);
sample = ((guint64) (segdone)) * sps; sample = ((guint64) (segdone)) * sps;
readseg = segdone;
} }
GST_DEBUG_OBJECT (src, GST_DEBUG_OBJECT (src,