summaryrefslogtreecommitdiff
path: root/gst/rtpmanager
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-07-10 00:13:32 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-07-10 00:13:32 +0300
commit582ade2c42707b03bd283cb6b5b6d41a82499b05 (patch)
treea3a642a76f7729afe4a699364075ab1cd456b5c6 /gst/rtpmanager
parentae8acc0973a3da6546c2158ef8f61e3450155e4c (diff)
downloadgstreamer-plugins-good-582ade2c42707b03bd283cb6b5b6d41a82499b05.tar.gz
rtpjitterbuffer: Fix indention
Diffstat (limited to 'gst/rtpmanager')
-rw-r--r--gst/rtpmanager/gstrtpjitterbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/gstrtpjitterbuffer.c b/gst/rtpmanager/gstrtpjitterbuffer.c
index 4fc1fb823..1c007048c 100644
--- a/gst/rtpmanager/gstrtpjitterbuffer.c
+++ b/gst/rtpmanager/gstrtpjitterbuffer.c
@@ -2147,7 +2147,7 @@ calculate_expected (GstRtpJitterBuffer * jitterbuffer, guint32 expected,
" > %" GST_TIME_FORMAT ", consider %u lost (%" GST_TIME_FORMAT ")",
gap, expected, seqnum, GST_TIME_ARGS (total_duration),
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
* the timer thread */