From 21df0406d7e13bf85b5c5ca99f89edb2b9a55f15 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Sun, 12 May 2013 18:03:32 -0700 Subject: pulse work and cleanup --- sesman/chansrv/pulse/module-xrdp-sink.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sesman/chansrv/pulse') diff --git a/sesman/chansrv/pulse/module-xrdp-sink.c b/sesman/chansrv/pulse/module-xrdp-sink.c index 37ed8169..f6650635 100644 --- a/sesman/chansrv/pulse/module-xrdp-sink.c +++ b/sesman/chansrv/pulse/module-xrdp-sink.c @@ -141,6 +141,7 @@ static int sink_process_msg(pa_msgobject *o, int code, void *data, case PA_SINK_MESSAGE_SET_STATE: /* 9 */ if (PA_PTR_TO_UINT(data) == PA_SINK_RUNNING) /* 0 */ { pa_log("sink_process_msg: running"); + u->timestamp = pa_rtclock_now(); } else { pa_log("sink_process_msg: not running"); -- cgit v1.2.1