summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2014-01-14 12:26:47 +0000
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-01-14 14:57:10 +0200
commit298ffffd1a3cf5ac4fbfe9cf793a5eb59162f892 (patch)
tree9d31c689f2c13a958b2b96e565e1077ede94d0a2
parent56a1d3613d02d36869a22405e8bd0eaee93aa06a (diff)
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.
-rw-r--r--src/modules/rtp/module-rtp-send.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/rtp/module-rtp-send.c b/src/modules/rtp/module-rtp-send.c
index 997872e0..581e6be3 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);