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:
Jan Schmidt 2016-06-24 12:25:30 +10:00
parent a3c47a0754
commit 614ddaa739

View file

@ -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;