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:
e1b795a
)
pulsesink: port after merge
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 19 Aug 2011 14:13:23 +0000
(16:13 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 19 Aug 2011 14:13:23 +0000
(16:13 +0200)
ext/pulse/pulsesink.c
patch
|
blob
|
history
diff --git
a/ext/pulse/pulsesink.c
b/ext/pulse/pulsesink.c
index a7fca180e4ae7570d0a3bbd8619895f4287c2141..dd89f990855809cbc61d4429eec5a72c642a789d 100644
(file)
--- a/
ext/pulse/pulsesink.c
+++ b/
ext/pulse/pulsesink.c
@@
-1487,9
+1487,9
@@
gst_pulseringbuffer_commit (GstRingBuffer * buf, guint64 * sample,
}
/* Recalculate what we can write in the next chunk */
- towrite = out_samples * bp
s
;
+ towrite = out_samples * bp
f
;
if (pbuf->m_writable > towrite)
-
pbuf->m_writable = towrite;
+ pbuf->m_writable = towrite;
GST_LOG_OBJECT (psink, "requesting %" G_GSIZE_FORMAT " bytes of "
"shared memory", pbuf->m_writable);