[pulseaudio-commits] src/modules
Tanu Kaskinen
tanuk at kemper.freedesktop.org
Tue Jan 14 04:59:04 PST 2014
src/modules/rtp/module-rtp-send.c | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 298ffffd1a3cf5ac4fbfe9cf793a5eb59162f892
Author: Ben Brewer <ben.brewer at codethink.co.uk>
Date: Tue Jan 14 12:26:47 2014 +0000
rtp-send: Remove "don't inhibit auto-suspend" flag
A source is no longer considered idle in pa_source_check_suspend when
module-rtp-send is consuming data from it.
diff --git a/src/modules/rtp/module-rtp-send.c b/src/modules/rtp/module-rtp-send.c
index 997872e..581e6be 100644
--- a/src/modules/rtp/module-rtp-send.c
+++ b/src/modules/rtp/module-rtp-send.c
@@ -377,7 +377,6 @@ int pa__init(pa_module*m) {
pa_source_output_new_data_set_source(&data, s, false);
pa_source_output_new_data_set_sample_spec(&data, &ss);
pa_source_output_new_data_set_channel_map(&data, &cm);
- data.flags = PA_SOURCE_OUTPUT_DONT_INHIBIT_AUTO_SUSPEND;
pa_source_output_new(&o, m->core, &data);
pa_source_output_new_data_done(&data);
More information about the pulseaudio-commits
mailing list