From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id D9F45E00810; Tue, 3 Mar 2015 02:43:01 -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.44 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-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E54CCE008EC for ; Tue, 3 Mar 2015 02:43:00 -0800 (PST) Received: by wghl18 with SMTP id l18so39083927wgh.8 for ; Tue, 03 Mar 2015 02:42:59 -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:references :in-reply-to:content-type:content-transfer-encoding; bh=BUEV0FA1MVkae/Tfnm0KLSR6Z0Qc3rLvbCxUUsBdGo8=; b=XJvsnNky7DYDS8tkv6zyRLJGoTosPgq90NNrsffmvKI5BHqSNtmAaeOrh+5vjzwu7T B81KwKxsCGHbcqNNbhiWPTZe/UfI8pL9aIgu1YJ0YSxn+zH2d/nzLJ6swxFZopurJO70 0ha+c+8w6xU4WPRzhVIaELrmw89vtx3uBBlF1T24bIUfBVdY8njj+dSl+5u6wEK52jo1 Gj67iUf617GuOjJ/6kXsuYfPYojHkIAbGuxBYWtFDAhW7NcpRC6mjvoEaBQjyTM32wyR Lz65sVQmTzVGBwEWn18N2j2n7xLOvH7eZCWZJzr6mBN7rL05KHmTUyGnCGBmd7xFdxdE ACQg== X-Received: by 10.194.60.77 with SMTP id f13mr68742631wjr.105.1425379379741; Tue, 03 Mar 2015 02:42:59 -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 nb18sm1891272wic.3.2015.03.03.02.42.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Mar 2015 02:42:59 -0800 (PST) Message-ID: <54F5902F.10400@gmail.com> Date: Tue, 03 Mar 2015 11:42:55 +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" References: <54F58945.3070609@gmail.com> In-Reply-To: <54F58945.3070609@gmail.com> Subject: Re: 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:43:01 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit It looks that -O1 is not working either On 03/03/2015 11:13 AM, scerveau wrote: > 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.