mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
a52dec: Fix debug statement: Pass pos variable instead of time() function
This commit is contained in:
parent
be7f763882
commit
0cdfa3dcd2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue