[gnome-media] Add support for SunAudio and OSSv4 sink/source plugins. Fixes bug #618402.
- From: Brian Cameron <bcameron src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-media] Add support for SunAudio and OSSv4 sink/source plugins. Fixes bug #618402.
- Date: Tue, 11 May 2010 21:59:31 +0000 (UTC)
commit b1e536681c6aa479014c57d1bc4605d912ff6768
Author: Brian Cameron <Brian Cameron sun com>
Date: Tue May 11 16:58:47 2010 -0500
Add support for SunAudio and OSSv4 sink/source plugins. Fixes bug #618402.
gstreamer-properties/pipeline-constants.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/gstreamer-properties/pipeline-constants.c b/gstreamer-properties/pipeline-constants.c
index f0aaf58..2c55b9e 100644
--- a/gstreamer-properties/pipeline-constants.c
+++ b/gstreamer-properties/pipeline-constants.c
@@ -76,8 +76,12 @@ GSTPPipelineDescription audiosink_pipelines[] = {
#endif
{PIPE_TYPE_AUDIOSINK, 0, N_("OSS - Open Sound System"),
"osssink", NULL, FALSE, TEST_PIPE_SUPPLIED, audiosink_test_pipe, TRUE},
+ {PIPE_TYPE_AUDIOSINK, 0, N_("OSS - Open Sound System Version 4"),
+ "oss4sink", NULL, FALSE, TEST_PIPE_SUPPLIED, audiosink_test_pipe, TRUE},
{PIPE_TYPE_AUDIOSINK, 0, N_("PulseAudio Sound Server"),
"pulsesink", NULL, FALSE, TEST_PIPE_SUPPLIED, audiosink_test_pipe, FALSE},
+ {PIPE_TYPE_AUDIOSINK, 0, N_("Sun Audio"),
+ "sunaudiosink", NULL, FALSE, TEST_PIPE_SUPPLIED, audiosink_test_pipe, TRUE},
{PIPE_TYPE_AUDIOSINK, 0, N_("Custom"), NULL, NULL, TRUE, TEST_PIPE_SUPPLIED,
audiosink_test_pipe, TRUE}
};
@@ -125,6 +129,10 @@ GSTPPipelineDescription audiosrc_pipelines[] = {
#endif
{PIPE_TYPE_AUDIOSRC, 0, N_("OSS - Open Sound System"), "osssrc", NULL, FALSE,
TEST_PIPE_AUDIOSINK, NULL, FALSE},
+ {PIPE_TYPE_AUDIOSRC, 0, N_("OSS - Open Sound System Version 4"), "oss4src", NULL, FALSE,
+ TEST_PIPE_AUDIOSINK, NULL, FALSE},
+ {PIPE_TYPE_AUDIOSRC, 0, N_("Sun Audio"), "sunaudiosrc", NULL, FALSE,
+ TEST_PIPE_AUDIOSINK, NULL, FALSE},
{PIPE_TYPE_AUDIOSRC, 0, N_("PulseAudio Sound Server"), "pulsesrc", NULL,
FALSE, TEST_PIPE_AUDIOSINK, NULL, FALSE},
/* Note: using triangle instead of sine for test sound so we
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]