22 lines
1.4 KiB
Plaintext
22 lines
1.4 KiB
Plaintext
$OpenBSD: patch-gstreamer-properties_pipeline-constants_c,v 1.4 2009/01/19 09:54:34 ajacoutot Exp $
|
|
--- gstreamer-properties/pipeline-constants.c.orig Mon Sep 1 13:42:32 2008
|
|
+++ gstreamer-properties/pipeline-constants.c Mon Jan 12 15:34:21 2009
|
|
@@ -76,6 +76,8 @@ GSTPPipelineDescription audiosink_pipelines[] = {
|
|
"osssink", 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_("SNDIO - audio access library"),
|
|
+ "libsndiosink", NULL, FALSE, TEST_PIPE_SUPPLIED, audiosink_test_pipe, FALSE},
|
|
{PIPE_TYPE_AUDIOSINK, 0, N_("Custom"), NULL, NULL, TRUE, TEST_PIPE_SUPPLIED,
|
|
audiosink_test_pipe, TRUE}
|
|
};
|
|
@@ -125,6 +127,8 @@ GSTPPipelineDescription audiosrc_pipelines[] = {
|
|
TEST_PIPE_AUDIOSINK, NULL, FALSE},
|
|
{PIPE_TYPE_AUDIOSRC, 0, N_("PulseAudio Sound Server"), "pulsesrc", NULL,
|
|
FALSE, TEST_PIPE_AUDIOSINK, NULL, FALSE},
|
|
+ {PIPE_TYPE_AUDIOSRC, 0, N_("SNDIO - audio access library"),
|
|
+ "libsndiosrc", NULL, FALSE, TEST_PIPE_AUDIOSINK, NULL, FALSE},
|
|
/* Note: using triangle instead of sine for test sound so we
|
|
* can test the vorbis encoder as well (otherwise it'd compress too well) */
|
|
{PIPE_TYPE_AUDIOSRC, 0, N_("Test Sound"), "audiotestsrc wave=triangle is-live=true",
|