aef32569e7
* this disables a bunch of standalone programs that need latest gstreamer. but similar functionality is implimented elsewhere...so we don't care too much discussed with aja@
22 lines
1.4 KiB
Plaintext
22 lines
1.4 KiB
Plaintext
$OpenBSD: patch-gstreamer-properties_pipeline-constants_c,v 1.5 2009/10/11 23:01:22 jasper Exp $
|
|
--- gstreamer-properties/pipeline-constants.c.orig Thu Aug 13 13:31:19 2009
|
|
+++ gstreamer-properties/pipeline-constants.c Sun Oct 11 23:59:57 2009
|
|
@@ -78,6 +78,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}
|
|
};
|
|
@@ -127,6 +129,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",
|