diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-22 14:19:10 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-22 14:19:10 +0000 |
commit | b2fbb28dc99b19ea302a4c18656b0544572a5ebe (patch) | |
tree | 45c81b8fe3d37428e6ee00c3eba9741fdc2697a0 /indra/media_plugins/webkit/linux_volume_catcher.cpp | |
parent | 66162bfca3413cbee319e40ac577bb1f750624a9 (diff) |
Well, whaddyaknow.. it works.
More cleanup needed: need to dlopen()-ize the pulseaudio stuff
Diffstat (limited to 'indra/media_plugins/webkit/linux_volume_catcher.cpp')
-rw-r--r-- | indra/media_plugins/webkit/linux_volume_catcher.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/media_plugins/webkit/linux_volume_catcher.cpp b/indra/media_plugins/webkit/linux_volume_catcher.cpp index 03feaa23ff..cfb78d2036 100644 --- a/indra/media_plugins/webkit/linux_volume_catcher.cpp +++ b/indra/media_plugins/webkit/linux_volume_catcher.cpp @@ -233,7 +233,6 @@ void callback_discovered_sinkinput(pa_context *context, const pa_sink_input_info { pa_proplist *proplist = sii->proplist; pid_t sinkpid = atoll(pa_proplist_gets(proplist, PA_PROP_APPLICATION_PROCESS_ID)); - fprintf(stderr, "Found sinkinput #%d, name=%s, pid=%d\t", sii->index, sii->name, int(sinkpid)); if (sinkpid == getpid()) // does the discovered sinkinput belong to this process? { |