From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ch1outboundpool.messaging.microsoft.com (ch1ehsobe001.messaging.microsoft.com [216.32.181.181]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8787FE014E4 for ; Thu, 1 Aug 2013 10:55:14 -0700 (PDT) Received: from mail4-ch1-R.bigfish.com (10.43.68.236) by CH1EHSOBE021.bigfish.com (10.43.70.78) with Microsoft SMTP Server id 14.1.225.22; Thu, 1 Aug 2013 17:55:12 +0000 Received: from mail4-ch1 (localhost [127.0.0.1]) by mail4-ch1-R.bigfish.com (Postfix) with ESMTP id 24B2B1A00D7; Thu, 1 Aug 2013 17:55:12 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzzz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1155h) Received: from mail4-ch1 (localhost.localdomain [127.0.0.1]) by mail4-ch1 (MessageSwitch) id 1375379710634746_18605; Thu, 1 Aug 2013 17:55:10 +0000 (UTC) Received: from CH1EHSMHS042.bigfish.com (snatpool1.int.messaging.microsoft.com [10.43.68.247]) by mail4-ch1.bigfish.com (Postfix) with ESMTP id 961C524004C; Thu, 1 Aug 2013 17:55:10 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CH1EHSMHS042.bigfish.com (10.43.69.251) with Microsoft SMTP Server (TLS) id 14.16.227.3; Thu, 1 Aug 2013 17:55:10 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-005.039d.mgd.msft.net (10.84.1.17) with Microsoft SMTP Server (TLS) id 14.3.136.1; Thu, 1 Aug 2013 17:55:09 +0000 Received: from [10.29.244.5] ([10.29.244.5]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id r71Ht7aS023637; Thu, 1 Aug 2013 10:55:08 -0700 Message-ID: <51FAA034.20603@freescale.com> Date: Thu, 1 Aug 2013 14:51:48 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Joshua Kurland References: In-Reply-To: X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Cc: meta-freescale@yoctoproject.org Subject: Re: Gstreamer error help 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: Thu, 01 Aug 2013 17:55:14 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 08/01/2013 02:38 PM, Joshua Kurland wrote: > Hi, I am trying to use yocto to set up a very simple video playback > box. My approach was to look at the pre-built image fsl-image-gui, > figure out how it works, and remove everything to leave me with only the > parts that I want. I don't know if that is a good approach or not, but > so far I haven't been able to get very far in it. I would use fsl-image-test Or even core-image-base and CORE_IMAGE_EXTRA_INSTALL += "gst-fsl-plugins" > > I am stuck on gstreamer. Using the playbin2 function, I get the > following error: > > mxc_sdc_fb mxc_sdc_fb.0: Unable to allocate framebuffer memory > detected fb_set_par error, error code: -12 > mxc_v4l2_output mxc_v4l2_output.0: ERR:config_disp_output > fb_set_var ret:-12 > mxc_v4l2_output mxc_v4l2_output.0: Config display output failed > > The video plays to completion, but I am not able to see or hear it. I > am able to play the same video using the Video Player program built in > to the image. I have read on a Freescale thread somebody getting the > same error, but only when playing large video. My tests are in the > 100Mb range. > > I also attempted this on the x11 image after I added gstreamer packages > and disabled the matchbox desktop manager (which is almost exactly what > I want at this stage) but I ran into the same exact issue. > > Is this a bug or am I just doing it wrong? Is their a better way to do > what I am trying to do? I don't know. Could you, please, share: * command line * log when try 'gplay movie' * video codec, audio codec, muxer * from the log, which video sync are you using? -- Daiane