gnome-media r4242 - in trunk: . gst-mixer/src



Author: bcameron
Date: Wed Mar  4 21:41:38 2009
New Revision: 4242
URL: http://svn.gnome.org/viewvc/gnome-media?rev=4242&view=rev

Log:
2009-03-04  Brian Cameron  <brian cameron sun com>

        * gst-mixer/src/track.c: Add new icons mappings.  Fixes bug #571084.
          Patch by Garrett D'Amore <garrett damore sun com>


Modified:
   trunk/ChangeLog
   trunk/gst-mixer/src/track.c

Modified: trunk/gst-mixer/src/track.c
==============================================================================
--- trunk/gst-mixer/src/track.c	(original)
+++ trunk/gst-mixer/src/track.c	Wed Mar  4 21:41:38 2009
@@ -37,6 +37,7 @@
 } pix[] = {
   { "cd",         "media-optical"         	},
   { "line",       "gvc-line-in"                 },
+  { "aux",        "gvc-line-in"                 },
   { "mic",        "audio-input-microphone"      },
   { "cap",        "gvc-line-in"			},
   { "mix",        "multimedia-volume-control"   },
@@ -44,10 +45,17 @@
   { "headphone",  "gvc-headphones" 		},
   { "phone",      "phone"      			},
   { "speaker",    "audio-volume-high"           },
+  { "front",      "audio-volume-high"           },
+  { "surround",   "audio-volume-high"           },
+  { "side",       "audio-volume-high"           },
+  { "center",     "audio-volume-high"           },
+  { "lfe",        "audio-volume-high"           },
   { "video",      "video-display"      		},
   { "volume",     "gvc-tone"       		},
   { "master",     "gvc-tone"       		},
   { "3d",         "gvc-3d-sound"		},
+  { "beep",       "keyboard"                    },
+  { "record",     "audio-input-microphone"      },
   { NULL, NULL }
 };
 



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