mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
Re-add cardname
Original commit message from CVS: Re-add cardname
This commit is contained in:
parent
bf07c7cc9b
commit
1d7bcc7a73
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ struct _GstAlsa {
|
|||
GstPad * pad[GST_ALSA_MAX_TRACKS];
|
||||
|
||||
gchar * device;
|
||||
gchar * cardname;
|
||||
snd_pcm_t * handle;
|
||||
snd_pcm_info_t * info;
|
||||
guint pcm_caps; /* capabilities of the pcm device, see GstAlsaPcmCaps */
|
||||
|
|
Loading…
Reference in a new issue