rtpjitterbuffer: Fix indention
authorSebastian Dröge <sebastian@centricular.com>
Thu, 9 Jul 2015 21:13:32 +0000 (00:13 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 9 Jul 2015 21:13:32 +0000 (00:13 +0300)
gst/rtpmanager/gstrtpjitterbuffer.c

index 4fc1fb8..1c00704 100644 (file)
@@ -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 */