From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4C5C7E013B0 for ; Tue, 16 Jul 2013 13:18:56 -0700 (PDT) Received: by mail-oa0-f54.google.com with SMTP id o6so1466307oag.13 for ; Tue, 16 Jul 2013 13:18:56 -0700 (PDT) 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=Ddz8NX7vi/v/FgQleuFh6ehQWde9YzpxicsQrvP9VGQ=; b=HYPPsT/kmpNt/92POP3qaGBD9uTAm2iEgKCMU3vN/MZZ0mDSNwljSFHJgczGqD7hMR tUoAL7U8XL/KG7YgNvhbxlxtLSqWJt2JqhXr7breuZsroQQ8QmtRpXs0WclNd6hejNh9 jX3IM76n2JiXrjWobmnu8ii/c+mEEuaWXMicdPudygKd0uRKABCLKwGH76vj9Bngvtir GpW2NJpZDDfAa1r0Ys8g8IfexCSsK+yGpc8dM04I1I2Y14TqfW0FzCGbGv8Y1ZJo8FnV 19zCCDZlAX+z0K6FoQ+4f9zqFSen3dMnTJm8MPynPSIARdMOvPVUK9Dg6TM4Mlsfm48f 2+ZA== X-Received: by 10.60.117.233 with SMTP id kh9mr4043555oeb.58.1374005936438; Tue, 16 Jul 2013 13:18:56 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id b7sm2622130oby.5.2013.07.16.13.18.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 16 Jul 2013 13:18:56 -0700 (PDT) Message-ID: <51E5AAAE.3070103@gmail.com> Date: Tue, 16 Jul 2013 15:18:54 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <3287975.xC4K6BGoEu@rudolf> <56175B2D-E780-44A8-9440-18E153E27EF2@keylevel.com> <4390672.RtPg2gHdok@rudolf> In-Reply-To: Subject: Re: vpudec doe not like "queue(2)" - Was: Gstreamer pipeline problem 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, 16 Jul 2013 20:18:58 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Chris, I would try posting it on community.freescale.com. Regards, John On 7/16/13 2:15 PM, Chris Tapp wrote: > Ok, I've now got this easily reproducible: > > export GST_DEBUG="*:2" > > 1) gst-launch playbin2 uri=http://media.w3.org/2010/05/sintel/trailer.webm > 2) gst-launch playbin2 uri=http://media.w3.org/2010/05/sintel/trailer.webm video-sink="multiqueue ! mfw_v4lsink" > 3) gst-launch playbin2 uri=http://media.w3.org/2010/05/sintel/trailer.webm video-sink="queue ! mfw_v4lsink" > 4) gst-launch playbin2 uri=http://media.w3.org/2010/05/sintel/trailer.webm video-sink="queue2 ! mfw_v4lsink" > > Playback for 1) and 2) is good, where as playback for 3) and 4) it starts of choppy, stalls and gets lots of messages of the form: > > 0:00:00.472157023 7566 0x40d60150 WARN vpudec vpudec.c:1578:gst_vpudec_chain: Got no frame buffer message, return 0x89, 10 frames in displaying queue!! > > GST_DEBUG=GST_ELEMENT_FACTORY:3 shows that playbin2 without the video-sink property uses 'multiqueue'. > > So, it looks as if there's an issue with 'vpudec' when the pipeline includes a 'queue' or 'queue2' element. > > Is this the best place to report this, or does it need to go somewhere else? > > Chris Tapp > > opensource@keylevel.com > www.keylevel.com > > > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale >