From a36185d92047329feb572299b78aa5457422c6a0 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 16 Dec 2003 21:30:41 +0000 Subject: [PATCH] Er, right, this is a typo Original commit message from CVS: Er, right, this is a typo --- sys/oss/gstossmixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/oss/gstossmixer.c b/sys/oss/gstossmixer.c index 7c5899f9b5..c4d1b0f178 100644 --- a/sys/oss/gstossmixer.c +++ b/sys/oss/gstossmixer.c @@ -459,7 +459,7 @@ gst_ossmixer_build_list (GstOssElement *oss) /* do we want this in our list? */ if ((dir == GST_PAD_SRC && input == FALSE) || - (dir == GST_PAD_SINK && i == SOUND_MIXER_PCM)) + (dir == GST_PAD_SINK && i != SOUND_MIXER_PCM)) continue; /* add track to list */