Er, right, this is a typo

Original commit message from CVS:
Er, right, this is a typo
This commit is contained in:
Ronald S. Bultje 2003-12-16 21:30:41 +00:00
parent 7012697bc0
commit a36185d920

View file

@ -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 */