mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
ext/alsa/gstalsamixer.c: Less uglyness..
Original commit message from CVS: * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open): Less uglyness..
This commit is contained in:
parent
1ed9de2f68
commit
4b10da5bce
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-08-14 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
|
||||
Less uglyness..
|
||||
|
||||
2006-08-14 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
|
||||
|
|
|
@ -93,8 +93,8 @@ gst_alsa_mixer_open (GstAlsaMixer * mixer)
|
|||
GST_DEBUG ("Card name = %s", GST_STR_NULL (mixer->cardname));
|
||||
snd_ctl_close (ctl);
|
||||
|
||||
if (FALSE) {
|
||||
no_card_name:
|
||||
no_card_name:
|
||||
if (mixer->cardname == NULL) {
|
||||
mixer->cardname = g_strdup ("Unknown");
|
||||
GST_DEBUG ("Cannot find card name");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue