alsasink: Remove unused hwparam/swparam pointers
authorJan Schmidt <jan@centricular.com>
Fri, 24 Jun 2016 02:25:30 +0000 (12:25 +1000)
committerJan Schmidt <jan@centricular.com>
Fri, 15 Jul 2016 12:51:35 +0000 (22:51 +1000)
The ALSA params structures aren't kept. The pointers
aren't used anywhere, so remove them from the struct.

ext/alsa/gstalsasink.h

index 8c4c1b0..b240fe4 100644 (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;