From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DAD02E007C0 for ; Fri, 14 Feb 2014 10:58:46 -0800 (PST) Received: by mail-pd0-f177.google.com with SMTP id x10so12274345pdj.36 for ; Fri, 14 Feb 2014 10:58:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=vcupSVfDP7KgYbEs2dujTIFxHTtVawk0nITT6mdzj4Y=; b=FghbkB6FBS4CuRe+gvKcAfYCgwHhiuVlJKJg73D5Cy/cTLA1yUar9QCRJJfcYjpnzb wsdQFINQjKNlqP7TradVf4wMFlWd3QYnVI/E+1QPkN/afkzp7vEeHpCy2Bf55zTkDDNF ogU6OVzFa/HQXXQneY+DgKpAyMgZPwcHyy1FZ0n+MTYp126YyN9aQOm5F8CYC20GPB/p x4KOtWY+/jbuVNgHoX5KvibHtXrkkxxAxbx16ipKFw5tJH3jvwB42FM6Tp5m+TxX72NL ZEhUwwe5pF79BdMIVcltNwRDRRhL6vhFk0JyrYp1aUoWENR8jwwYmzLeoFv0WfGIxT3s xSNg== X-Gm-Message-State: ALoCoQm875kiRQlmFd7Uc4v5VtlTLcAWvZyf+pKGTHnEZ3MKMw8nEtUZc/9Fon26X2GI5jTgwdoK X-Received: by 10.68.129.201 with SMTP id ny9mr11142022pbb.70.1392404325840; Fri, 14 Feb 2014 10:58:45 -0800 (PST) Received: from [192.168.0.53] ([63.226.49.26]) by mx.google.com with ESMTPSA id fk4sm47204057pab.23.2014.02.14.10.58.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 14 Feb 2014 10:58:44 -0800 (PST) Message-ID: <52FE6762.10701@boundarydevices.com> Date: Fri, 14 Feb 2014 11:58:42 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Alok Kumar , Leonardo Sandoval , "meta-freescale@yoctoproject.org" References: In-Reply-To: Subject: Re: Video playback issue on yocto nitrogen6x/sabrelite 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: Fri, 14 Feb 2014 18:58:48 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Alok, Please try not to top/full post. On 01/23/2014 04:40 PM, Alok Kumar wrote: > I am not sure if I understood, I see > cat /proc/cmdline > enable_wait_mode=off video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24 > video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off fbmem=28M > console=ttymxc1,115200 vmalloc=400M consoleblank=0 rootwait > root=/dev/mmcblk0p2 mxc_hdmi.only_cea=1 > > where video=mxcfb0:dev and video=mxcfb1:off video=mxcfb2:off > video=mxcfb3:off are off. > > I am noticing that after export VSALPHA=1, mfw_isink pipeline runs only > once till next reboot. When I try to run same pipeline again, it does > not produce any display and hand there forever. I think something is not > set correctly for sure. > This sounds suspiciously like a very old bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3781 > On Thu, Jan 23, 2014 at 5:43 PM, Leonardo Sandoval > > wrote: > > Alok, on the kernel command line, you need video=mxcfb*0*:..... Your > video's params start at 1 > > On Thu, Jan 23, 2014 at 12:24 PM, Alok Kumar > wrote: > > I got yocto build with QT5 and all the gstreamer plugins > including fsl plugins. It made core-image-base image and booted > up nitorgen6x board. everything looks good and on display I see > "Please wait: booting" > also login > > My problem is when I play gstreamer pipeline (which has been > working), does not produce any video output on HDMI display. > > pipeline is playing and tested earlier to be working on non > yocto build. > I think I am missing something here. > > local.conf has > CORE_IMAGE_EXTRA_INSTALL += " \ > gst-plugins-bad-meta \ > gst-plugins-good-meta \ > gst-plugins-ugly-meta \ > gst-ffmpeg \ > gst-fsl-plugin \ > gst-plugins-base-meta \ > " > Is this on master? > > at /proc/cmdline > enable_wait_mode=off video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24 > video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off fbmem=28M > console=ttymxc1,115200 vmalloc=400M consoleblank=0 rootwait > root=/dev/mmcblk0p2 mxc_hdmi.only_cea=1 > > Could someone please advice why video playback does not come on > HDMI output. > > Do things work with mfw_v4lsink? Please advise, Eric