summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-12-16 21:30:41 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-12-16 21:30:41 +0000
commita36185d92047329feb572299b78aa5457422c6a0 (patch)
tree333338f082379e5ef7948698d545910115fe38b1 /sys
parent7012697bc045a409fcc1582f3485d8e592dda983 (diff)
Er, right, this is a typo
Original commit message from CVS: Er, right, this is a typo
Diffstat (limited to 'sys')
-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 */