diff options
author | Edward Hervey <bilboed@bilboed.com> | 2009-04-18 18:15:39 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-04-18 18:51:28 +0200 |
commit | bd4f8576fef4a043df01d75a54719e1955b29f3a (patch) | |
tree | fe68ea3cb24dbef45de7aa8b5bc4ea8df468ddeb /sys | |
parent | 14f715f978747c9f8f2298db099febffbbcd6f91 (diff) |
osxringbuffer: Run gst-indent.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/osxaudio/gstosxringbuffer.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/osxaudio/gstosxringbuffer.c b/sys/osxaudio/gstosxringbuffer.c index f6a72db7..794ef63f 100644 --- a/sys/osxaudio/gstosxringbuffer.c +++ b/sys/osxaudio/gstosxringbuffer.c @@ -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 */ |