gnome-media r4206 - in trunk/gnome-volume-control: . src
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-media r4206 - in trunk/gnome-volume-control: . src
- Date: Tue, 17 Feb 2009 21:43:24 +0000 (UTC)
Author: hadess
Date: Tue Feb 17 21:43:24 2009
New Revision: 4206
URL: http://svn.gnome.org/viewvc/gnome-media?rev=4206&view=rev
Log:
2009-02-17 Bastien Nocera <hadess hadess net>
* src/gvc-mixer-control.c (update_sink): Don't filter out
sinks with PA_SINK_HARDWARE, otherwise things like network sinks
(Airport Express?) won't show up in the volume capplet
Modified:
trunk/gnome-volume-control/ChangeLog
trunk/gnome-volume-control/src/gvc-mixer-control.c
Modified: trunk/gnome-volume-control/src/gvc-mixer-control.c
==============================================================================
--- trunk/gnome-volume-control/src/gvc-mixer-control.c (original)
+++ trunk/gnome-volume-control/src/gvc-mixer-control.c Tue Feb 17 21:43:24 2009
@@ -513,11 +513,6 @@
map_buff);
#endif
- /* for now completely ignore virtual streams */
- if (!(info->flags & PA_SINK_HARDWARE)) {
- return;
- }
-
is_new = FALSE;
stream = g_hash_table_lookup (control->priv->sinks,
GUINT_TO_POINTER (info->index));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]