projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a5d288
)
Fix two typos that broke tunnels
author
Colin Guthrie
<pulse@colin.guthr.ie>
Sat, 11 Oct 2008 17:20:06 +0000
(18:20 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 13 Oct 2008 17:53:45 +0000
(19:53 +0200)
Signed-off-by: Lennart Poettering <lennart@poettering.net>
src/modules/module-tunnel.c
patch
|
blob
|
history
diff --git
a/src/modules/module-tunnel.c
b/src/modules/module-tunnel.c
index
4bbb11a
..
a46d6e5
100644
(file)
--- a/
src/modules/module-tunnel.c
+++ b/
src/modules/module-tunnel.c
@@
-508,7
+508,7
@@
static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t off
switch (code) {
- case PA_S
INK
_MESSAGE_SET_STATE: {
+ case PA_S
OURCE
_MESSAGE_SET_STATE: {
int r;
if ((r = pa_source_process_msg(o, code, data, offset, chunk)) >= 0)
@@
-520,7
+520,7
@@
static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t off
case PA_SOURCE_MESSAGE_GET_LATENCY: {
pa_usec_t yr, yl, *usec = data;
- yl = pa_bytes_to_usec((uint64_t) u->counter, &PA_S
INK
(o)->sample_spec);
+ yl = pa_bytes_to_usec((uint64_t) u->counter, &PA_S
OURCE
(o)->sample_spec);
yr = pa_smoother_get(u->smoother, pa_rtclock_usec());
*usec = yr > yl ? yr - yl : 0;