pidgin/gtkprefs.c

changeset 36141
f85f5323ca97
parent 36140
d5916d36b237
child 36244
2a4179d0177d
child 37155
1aee6d5eefba
equal deleted inserted replaced
36140:d5916d36b237 36141:f85f5323ca97
139 /* "esdmon", "ESD", ? */ 139 /* "esdmon", "ESD", ? */
140 "osssrc", "OSS", 140 "osssrc", "OSS",
141 "pulsesrc", "PulseAudio", 141 "pulsesrc", "PulseAudio",
142 "sndiosrc", "sndio", 142 "sndiosrc", "sndio",
143 /* "audiotestsrc wave=silence", "Silence", */ 143 /* "audiotestsrc wave=silence", "Silence", */
144 /* Translators: This is a noun that refers to one possible audio input
145 plugin. The plugin can be used by the user to sanity check basic audio
146 functionality within Pidgin. */
144 "audiotestsrc", N_("Test Sound"), 147 "audiotestsrc", N_("Test Sound"),
145 NULL 148 NULL
146 }; 149 };
147 150
148 static const gchar *AUDIO_SINK_PLUGINS[] = { 151 static const gchar *AUDIO_SINK_PLUGINS[] = {
158 }; 161 };
159 162
160 static const gchar *VIDEO_SRC_PLUGINS[] = { 163 static const gchar *VIDEO_SRC_PLUGINS[] = {
161 "videodisabledsrc", N_("Disabled"), 164 "videodisabledsrc", N_("Disabled"),
162 /* Translators: This is a noun that refers to one possible video input 165 /* Translators: This is a noun that refers to one possible video input
163 plugin. The plugin can be used by the user to test the video camera 166 plugin. The plugin can be used by the user to sanity check basic video
164 connected to their computer to check whether Pidgin is able to 167 functionality within Pidgin. */
165 capture video from it. */
166 "videotestsrc", N_("Test Input"), 168 "videotestsrc", N_("Test Input"),
167 "dshowvideosrc","DirectDraw", 169 "dshowvideosrc","DirectDraw",
168 "ksvideosrc", "KS Video", 170 "ksvideosrc", "KS Video",
169 "qcamsrc", "Quickcam", 171 "qcamsrc", "Quickcam",
170 "v4lsrc", "Video4Linux", 172 "v4lsrc", "Video4Linux",

mercurial