summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/oss/gstossmixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/oss/gstossmixer.c b/sys/oss/gstossmixer.c
index 7c5899f9..c4d1b0f1 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 */