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