From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id AADA8E00810; Tue, 3 Mar 2015 02:13:32 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (scerveau[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.125.82.178 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 01D24E003FA for ; Tue, 3 Mar 2015 02:13:28 -0800 (PST) Received: by wesw55 with SMTP id w55so38767610wes.4 for ; Tue, 03 Mar 2015 02:13:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=HNtMSX7DD/izoKj6BZrrac8XTMzS3lb/V1gQnK1vcA0=; b=wNTubadQbMZZfjFdONUG+BKkqUxWDzam6s+K2tE8kKkqOedB6i+1bhXadNToxEpVWl uTrwSooY4V9WZ7H8GN9MgceQQtut6ZeEY+gpCSJ3y/Te8jWkFPJfLFo9kL0g708lsTAR u1/Cnrp7d/740fXEg8j+oLvk4EaiHBoxeA/Dju2cjo6hIh+JLiLCPGNkUTaz0vS+HDZ9 iGKjUZhAQx/JriozDiUy+h54/z/x0ZiljDK0ee0JGQnyEVIOhScrj1RCcahB6cFVL6cX d2ErkXBsPIh3bvn8PKyX1QR2qstY3WGKiiK/DK7icD+aLDpUDIjNHeqD5NSv5WiB53OX iKgg== X-Received: by 10.194.239.65 with SMTP id vq1mr65999820wjc.98.1425377607106; Tue, 03 Mar 2015 02:13:27 -0800 (PST) Received: from [172.24.63.26] (connected-labs-gw1.ter2.neodc.mpl.cust.as8218.eu. [94.103.137.126]) by mx.google.com with ESMTPSA id q10sm575247wjr.41.2015.03.03.02.13.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Mar 2015 02:13:26 -0800 (PST) Message-ID: <54F58945.3070609@gmail.com> Date: Tue, 03 Mar 2015 11:13:25 +0100 From: scerveau User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" Subject: GstVolume with dizzy is not working when changing to a value inferior to 1 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2015 10:13:32 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Dear all, I'm facing an issue with dizzy on imx6q and gstreamer 1.4.1. The volume element is not working properly. Whith this pipeline: gst-launch-1.0 audiotestsrc ! volume volume=0.5 ! alsasink The sound level is equal to 0 instead of half of the standard volume. If i put volume=1 this is working properly. Affter investigation i understood that it is related to this line gstvolume.c:251 self->current_volume = volume; in volume_update_volume If i put any log just after this line, the behaviour is coming back to normal. If i compile with -00 its also working fine. CFLAGS += " -O0" That's my fix for now ;) Please advise on how to fix this issue because i dont know if its related to the compiler (4.9.1) or to gstreamer. Best regards. Stéphane.