gst: Set alignment at the correct place of GstAllocationParams
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 8 Aug 2012 15:40:34 +0000 (17:40 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 8 Aug 2012 15:41:42 +0000 (17:41 +0200)
gst/dtmf/gstdtmfsrc.c
gst/dtmf/gstrtpdtmfdepay.c

index 811cc03f318d86e1459f4ed79b0ad2689a50266d..2b3310e6f85ee627a962a6163a33f8e3b39a5605 100644 (file)
@@ -562,7 +562,7 @@ gst_dtmf_src_generate_tone (GstDTMFSrcEvent * event, DTMF_KEY key,
   double i = 0;
   double amplitude, f1, f2;
   double volume_factor;
-  static GstAllocationParams params = { 0, 0, 0, 1, };
+  static GstAllocationParams params = { 0, 1, 0, 0, };
 
   /* Create a buffer for the tone */
   tone_size = ((duration / 1000) * sample_rate * SAMPLE_SIZE * CHANNELS) / 8;
index 1bea465593b07cb791282e9ed4cdd1a514688d9f..63494853751407ea8d80b0689b85e529f3ac950a 100644 (file)
@@ -342,7 +342,7 @@ gst_dtmf_src_generate_tone (GstRtpDTMFDepay * rtpdtmfdepay,
   guint32 clock_rate = 8000 /* default */ ;
   GstRTPBaseDepayload *depayload = GST_RTP_BASE_DEPAYLOAD (rtpdtmfdepay);
   gint volume;
-  static GstAllocationParams params = { 0, 0, 0, 1, };
+  static GstAllocationParams params = { 0, 1, 0, 0, };
 
   clock_rate = depayload->clock_rate;