GNOME Bugzilla – Bug 568900
show recording applications, too
Last modified: 2009-02-10 18:05:46 UTC
Currently the applications tab only shows playing applications. I think for completeness, it should also show recording applications, using the microphone icon instead of the speaker.
Created attachment 128386 [details] [review] gvc-show-recording-apps.patch Patch to do that.
Created attachment 128387 [details] Screenshot-Sound Preferences.png What it looks like. And it correctly changes the icon when the application plays rather than records.
2009-02-10 Bastien Nocera <hadess@hadess.net> * src/gvc-mixer-control.c (update_source_output): * src/gvc-mixer-dialog.c (add_stream): Show recording applications in addition to playback applications, use the microphone icon for those applications (Closes: #568900)
Now that thats done (thanks!), we should probably adjust the placeholder text to say "No application is currently playing or recording".
2009-02-10 Bastien Nocera <hadess@hadess.net> * src/gvc-mixer-dialog.c (gvc_mixer_dialog_constructor): Correct the label to mention that there are no recording apps as well (Closes: #568900)