mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
rtpjitterbuffer: Fix indention
This commit is contained in:
parent
ae8acc0973
commit
582ade2c42
1 changed files with 1 additions and 1 deletions
|
@ -2147,7 +2147,7 @@ calculate_expected (GstRtpJitterBuffer * jitterbuffer, guint32 expected,
|
||||||
" > %" GST_TIME_FORMAT ", consider %u lost (%" GST_TIME_FORMAT ")",
|
" > %" GST_TIME_FORMAT ", consider %u lost (%" GST_TIME_FORMAT ")",
|
||||||
gap, expected, seqnum, GST_TIME_ARGS (total_duration),
|
gap, expected, seqnum, GST_TIME_ARGS (total_duration),
|
||||||
GST_TIME_ARGS (priv->latency_ns), lost_packets,
|
GST_TIME_ARGS (priv->latency_ns), lost_packets,
|
||||||
GST_TIME_ARGS(gap_time));
|
GST_TIME_ARGS (gap_time));
|
||||||
|
|
||||||
/* this timer will fire immediately and the lost event will be pushed from
|
/* this timer will fire immediately and the lost event will be pushed from
|
||||||
* the timer thread */
|
* the timer thread */
|
||||||
|
|
Loading…
Reference in a new issue