projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f715f
)
osxringbuffer: Run gst-indent.
author
Edward Hervey
<bilboed@bilboed.com>
Sat, 18 Apr 2009 16:15:39 +0000
(18:15 +0200)
committer
Edward Hervey
<bilboed@bilboed.com>
Sat, 18 Apr 2009 16:51:28 +0000
(18:51 +0200)
sys/osxaudio/gstosxringbuffer.c
patch
|
blob
|
history
diff --git
a/sys/osxaudio/gstosxringbuffer.c
b/sys/osxaudio/gstosxringbuffer.c
index f6a72db7fa1501843a50ec5c5c5ac4372335730a..794ef63f018f5453c985b404981352d8b84b7947 100644
(file)
--- 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 */