| 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", |