From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 931D2E0102C; Thu, 8 Oct 2015 01:47:40 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from dev.rtsoft.ru (mail.dev.rtsoft.ru [213.79.90.226]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4ED4CE005BB for ; Thu, 8 Oct 2015 01:47:35 -0700 (PDT) Received: from [192.168.112.12] (fw-int.dev.rtsoft.ru [192.168.1.70]) by dev.rtsoft.ru (Postfix) with ESMTP id 5BFE3434C1; Thu, 8 Oct 2015 11:47:32 +0300 (MSK) Message-ID: <56162DA3.4060500@dev.rtsoft.ru> Date: Thu, 08 Oct 2015 11:47:31 +0300 From: Nikita Yushchenko Organization: RTSoft Software Development Center User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 MIME-Version: 1.0 To: Carlos Rafael Giani References: <560AF019.5060700@dev.rtsoft.ru> <560E4189.5000604@pseudoterminal.org> In-Reply-To: <560E4189.5000604@pseudoterminal.org> Cc: "meta-freescale@yoctoproject.org" Subject: Re: OV5640 autofocus kernel+gstreamer+Qt implementation 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, 08 Oct 2015 08:47:40 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 02.10.2015 11:34, Carlos Rafael Giani пишет: > Thanks, I integrated that patch into gstreamer-imx. > I am however thinking of copying the gstphotography files into > gstreamer-imx until the GstPhotography API becomes stable, to avoid any > future compilation problems due to API changes. Thanks for that. Not sure copying GstPhotography worths - it does not seem to be actively developed. Also, what is really used (by Qt) is CameraBin which is also in gst-plugins-bad and depends on GstPhotography. Nikita