basesink: Initialize uninitialized variable

This commit is contained in:
Sebastian Dröge 2013-01-03 10:16:18 +01:00
parent 67fab5eaa5
commit 925bdaa836

View file

@ -3261,7 +3261,7 @@ gst_base_sink_chain_unlocked (GstBaseSink * basesink, GstPad * pad,
if (bclass->prepare || bclass->prepare_list) {
gboolean late = FALSE;
gboolean do_sync = TRUE, stepped = FALSE, step_end, syncable = TRUE;
gboolean do_sync = TRUE, stepped = FALSE, step_end = FALSE, syncable = TRUE;
GstClockTime sstart, sstop, rstart, rstop;
GstStepInfo *current;