From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f48.google.com (mail-pb0-f48.google.com [209.85.160.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 09C19E0073D for ; Mon, 17 Dec 2012 07:19:54 -0800 (PST) Received: by mail-pb0-f48.google.com with SMTP id rq13so3756373pbb.35 for ; Mon, 17 Dec 2012 07:19:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=u+v4eGnOPklNTkKTw5ZHlbEltom5fN4dd6i6GYhSKec=; b=GVtgMn3UzTETQSFmEH5z2NThUUEh1AxYMxqgLcUXyDOq+nKfYGVApGMyhuEDSe9vkw +oXZF1e7KFX7q68Gq6o06KYgYN1NhBUIB66WZlcI9TnF88VTa8iHDlBypirwlMbPkHOw 002ryXbQtrvMYLIlIUna1Ux0AjHc/ww4Fs6Z14Oz9G5YZS13jgkov45ShE4UjQs7zIPY uWXCMuOEFKDRGf5nlMXTRzAmPvGRgCo/2KR9YuVBnNJJQ1RdRCZWVyrUk7dxBadRPxPZ vyJRZmLKlaviq+yKxcOTNkC5ly1yAl2siKsv0H5jpIJWgSyF/drBNBhqDud7vcAWat0S 63ow== Received: by 10.68.226.71 with SMTP id rq7mr44372954pbc.60.1355757593841; Mon, 17 Dec 2012 07:19:53 -0800 (PST) Received: from [29.6.1.40] ([70.96.116.236]) by mx.google.com with ESMTPS id d9sm8724704paw.33.2012.12.17.07.19.47 (version=SSLv3 cipher=OTHER); Mon, 17 Dec 2012 07:19:50 -0800 (PST) Message-ID: <50CF3811.7010502@boundarydevices.com> Date: Mon, 17 Dec 2012 08:19:45 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Tarek El-Sherbiny References: In-Reply-To: X-Gm-Message-State: ALoCoQm122suzhaq39Jk0iiYvAzu2tBzlUmsGFS5k3XFHMaveS0ZP8WgkjoTRW0XTLBg/R3CNzcJ Cc: "meta-freescale@yoctoproject.org" Subject: Re: i.MX6 mfw_isink is not working with X11 "Nitrogen" 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: Mon, 17 Dec 2012 15:19:54 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Tarek, On 12/17/2012 05:32 AM, Tarek El-Sherbiny wrote: > Hi, > > I have compiled X11 image based on core-image-x11.bb for the Nitrogen6x > MACHINE. This is my image bb file: > > ------------------------------------------------------------- > include recipes-graphics/images/core-image-x11.bb > > IMAGE_FEATURES += "debug-tweaks" > DISTRO_FEATURES += "pulseaudio" > > > > > The gstreamer runs perfectly well with mfw_v4lsink using this command: > gst-launch playbin2 uri= > file:///home/root/mmfiles/clipcanvas_14348_offline.mp4 > > I need to use mfw_isink to scale and convert the output so I use the > following command which doesn't work: > gst-launch playbin2 uri= > file:///home/root/mmfiles/clipcanvas_14348_offline.mp4 video-sink="mfw_isink > axis-top=0 axis-left=0 disp-width=512 disp-height=384" > > So I disabled the x11 flag for gst-fsl-plugin by > creating gst-fsl-plugin_3.0.1.bbappend: > PRINC := "${@int(PRINC) + 1}" > > EXTRA_OECONF += "--enable-x11=no --disable-x11" > > Now the mfw_isink is working!!!!??? > > Can someone please try the mfw_isink command on his target? > Thanks for the note. We thought that mfw_isink was completely broken on i.MX6. > I would like to know if it is the Nitrogen board or something else that > makes gst-fsl-plugin not compatible with X11. > There is absolutely no difference in this area (IPU) between the SABRE Lite board and Nitrogen6X. I suspect that those with SABRE SD boards can also confirm that mfw_isink fails in the same way with the default compilation. We noticed it in LTIB builds. Regards, Eric