gnome-media r4070 - in trunk/gnome-volume-control: . src



Author: mccann
Date: Wed Nov 19 21:49:48 2008
New Revision: 4070
URL: http://svn.gnome.org/viewvc/gnome-media?rev=4070&view=rev

Log:
2008-11-19  William Jon McCann  <jmccann redhat com>

	* src/gvc-mixer-control.c (update_sink_input),
	(update_event_role_stream):
	Add debug for event stuff.



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	Wed Nov 19 21:49:48 2008
@@ -632,10 +632,11 @@
         gboolean        is_new;
         pa_volume_t     avg_volume;
 
-#if 0
-        g_debug ("Updating sink input: index=%u name='%s'",
+#if 1
+        g_debug ("Updating sink input: index=%u name='%s' sink=%u",
                  info->index,
-                 info->name);
+                 info->name,
+                 info->sink);
 #endif
 
         is_new = FALSE;
@@ -847,7 +848,7 @@
                 return;
         }
 
-#if 0
+#if 1
         g_debug ("Updating event role: name='%s' device='%s'",
                  info->name,
                  info->device);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]