mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
alsasink: Remove unused hwparam/swparam pointers
The ALSA params structures aren't kept. The pointers aren't used anywhere, so remove them from the struct.
This commit is contained in:
parent
a3c47a0754
commit
614ddaa739
1 changed files with 0 additions and 2 deletions
|
@ -58,8 +58,6 @@ struct _GstAlsaSink {
|
|||
gchar *device;
|
||||
|
||||
snd_pcm_t *handle;
|
||||
snd_pcm_hw_params_t *hwparams;
|
||||
snd_pcm_sw_params_t *swparams;
|
||||
|
||||
snd_pcm_access_t access;
|
||||
snd_pcm_format_t format;
|
||||
|
|
Loading…
Reference in a new issue