osxringbuffer: Run gst-indent.
authorEdward Hervey <bilboed@bilboed.com>
Sat, 18 Apr 2009 16:15:39 +0000 (18:15 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 18 Apr 2009 16:51:28 +0000 (18:51 +0200)
sys/osxaudio/gstosxringbuffer.c

index f6a72db7fa1501843a50ec5c5c5ac4372335730a..794ef63f018f5453c985b404981352d8b84b7947 100644 (file)
@@ -412,7 +412,9 @@ gst_osx_ring_buffer_acquire (GstRingBuffer * buf, GstRingBufferSpec * spec)
     goto done;
   }
 
-  spec->segsize = (spec->latency_time * spec->rate / G_USEC_PER_SEC) * spec->bytes_per_sample;
+  spec->segsize =
+      (spec->latency_time * spec->rate / G_USEC_PER_SEC) *
+      spec->bytes_per_sample;
   spec->segtotal = spec->buffer_time / spec->latency_time;
 
   /* create AudioBufferList needed for recording */