pidgin/plugins/vvconfig.c

branch
release-2.x.y
changeset 33280
333351a5424c
parent 31681
0f60ba9bf9c7
child 32751
24798e6f3c3a
child 33281
ba9ee604d50a
equal deleted inserted replaced
33240:f3069c38804b 33280:333351a5424c
37 static const gchar *AUDIO_SRC_PLUGINS[] = { 37 static const gchar *AUDIO_SRC_PLUGINS[] = {
38 "alsasrc", "ALSA", 38 "alsasrc", "ALSA",
39 /* "esdmon", "ESD", ? */ 39 /* "esdmon", "ESD", ? */
40 "osssrc", "OSS", 40 "osssrc", "OSS",
41 "pulsesrc", "PulseAudio", 41 "pulsesrc", "PulseAudio",
42 "libsndiosrc", "sndio",
42 /* "audiotestsrc wave=silence", "Silence", */ 43 /* "audiotestsrc wave=silence", "Silence", */
43 "audiotestsrc", "Test Sound", 44 "audiotestsrc", "Test Sound",
44 NULL 45 NULL
45 }; 46 };
46 47
48 "alsasink", "ALSA", 49 "alsasink", "ALSA",
49 "artsdsink", "aRts", 50 "artsdsink", "aRts",
50 "esdsink", "ESD", 51 "esdsink", "ESD",
51 "osssink", "OSS", 52 "osssink", "OSS",
52 "pulsesink", "PulseAudio", 53 "pulsesink", "PulseAudio",
54 "libsndiosink", "sndio",
53 NULL 55 NULL
54 }; 56 };
55 57
56 static const gchar *VIDEO_SRC_PLUGINS[] = { 58 static const gchar *VIDEO_SRC_PLUGINS[] = {
57 "videotestsrc", "Test Input", 59 "videotestsrc", "Test Input",

mercurial