From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5777BE011AB for ; Mon, 17 Dec 2012 07:45:43 -0800 (PST) Received: by mail-pa0-f48.google.com with SMTP id fa1so3823354pad.35 for ; Mon, 17 Dec 2012 07:45:43 -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=RId+o8s00JyCfkti3RVj2uAYKFeo2dncIDA6cmQ+v6Y=; b=kWuDkxi11AijzsrstIWtQaPLSlpJ+nZlEPi7vErdOAxgdGxc4ULfRlIK2PDANSi4Y4 n1L4SKKbfg+ACHQA7iNHERn028MdMi8Pvi7MN1HQAyDNuLkE0+OLVR1URMpFU/nIuqhV 5tA6gyK4Y/yh+9K++2Mb6WYsPG624FOSaSXeWHIBZ6WOxmGGrRII1o1bnGiHzgoZSIn2 MPhR16SjIYuJlNxpKqVGYtBIfQUR5n61F8e09In03Fkxgz0nm8PKUqonYZw7ObBrMUte /nwhpPF5XoGHLN6sKhR8y5QcLjqcZk1mNwjwJLB9w0EjoGyH0Z3HznBvgGvFHlUdie1E 6ceQ== Received: by 10.66.73.102 with SMTP id k6mr43532777pav.22.1355759141004; Mon, 17 Dec 2012 07:45:41 -0800 (PST) Received: from [29.6.1.40] ([70.96.116.236]) by mx.google.com with ESMTPS id oz9sm8370104pbb.68.2012.12.17.07.45.38 (version=SSLv3 cipher=OTHER); Mon, 17 Dec 2012 07:45:40 -0800 (PST) Message-ID: <50CF3E21.2000205@boundarydevices.com> Date: Mon, 17 Dec 2012 08:45:37 -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: <50CF3811.7010502@boundarydevices.com> In-Reply-To: X-Gm-Message-State: ALoCoQkOw1kvqAGrVyoGDvaMoC1j/bjLxxvoDnfQ0GETJSxCPVBV/tjljmyj/LeAh7qTgquTbs0j 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:45:43 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Tarek, Note that the code in /unit_tests doesn't involve gstreamer... It does use the ipu_lib, but you confirmed that this worked already, by testing the non-X gstreamer plugin. Regards, Eric On 12/17/2012 08:31 AM, Tarek El-Sherbiny wrote: > Hi Eric, > > I think it's not the mfw_isink but X11 itself. > > I have confirmed that by running the unit test: > /unit_tests/mxc_epdc_x11_fb_test.out > Error: unable to open X display > > Do you get the same error with LTIB? > > Thanks, > Tarek > > On Mon, Dec 17, 2012 at 3:19 PM, Eric Nelson < > eric.nelson@boundarydevices.com> wrote: > >> 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<** >>> file:///%5C%5Chome%5Croot%**5Cmmfiles%5Cclipcanvas_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 >> >