mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
Er, right, this is a typo
Original commit message from CVS: Er, right, this is a typo
This commit is contained in:
parent
7012697bc0
commit
a36185d920
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue