mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
Doh
Original commit message from CVS: Doh
This commit is contained in:
parent
febc9b6120
commit
fd3928e802
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ gst_alsa_mixer_build_list (GstAlsaMixer * mixer)
|
||||||
temp = GST_ALSA_MIXER_TRACK (item->data)->element;
|
temp = GST_ALSA_MIXER_TRACK (item->data)->element;
|
||||||
|
|
||||||
if (!strcmp (snd_mixer_selem_get_name (element),
|
if (!strcmp (snd_mixer_selem_get_name (element),
|
||||||
snd_mixer_selem_get_name (element)))
|
snd_mixer_selem_get_name (temp)))
|
||||||
samename++;
|
samename++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue