a52dec: Fix debug statement: Pass pos variable instead of time() function

This commit is contained in:
Jan Schmidt 2009-11-04 15:52:09 +00:00
parent be7f763882
commit 0cdfa3dcd2

View file

@ -490,7 +490,7 @@ gst_a52dec_sink_event (GstPad * pad, GstEvent * event)
GST_DEBUG_OBJECT (a52dec,
"Pushing newseg rate %g, applied rate %g, format %d, start %"
G_GINT64_FORMAT ", stop %" G_GINT64_FORMAT ", pos %"
G_GINT64_FORMAT, rate, arate, fmt, start, end, time);
G_GINT64_FORMAT, rate, arate, fmt, start, end, pos);
ret = gst_pad_push_event (a52dec->srcpad, event);
}