From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 46B97E008CE; Thu, 30 Oct 2014 04:43:59 -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=-0.9 required=5.0 tests=BAYES_00, HTML_FONT_FACE_BAD, HTML_MESSAGE,SPF_HELO_PASS autolearn=no version=3.3.1 X-Spam-HAM-Report: * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message * 1.0 HTML_FONT_FACE_BAD BODY: HTML font face is not a word Received: from ptmx.org (ptmx.org [178.63.28.110]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D345EE008C9 for ; Thu, 30 Oct 2014 04:43:48 -0700 (PDT) Received: from [192.168.178.14] (chello062178118086.5.14.vie.surfer.at [62.178.118.86]) by ptmx.org (Postfix) with ESMTPSA id 9DA1A22EDD for ; Thu, 30 Oct 2014 12:43:46 +0100 (CET) Message-ID: <54522472.5020109@pseudoterminal.org> Date: Thu, 30 Oct 2014 12:43:46 +0100 From: Carlos Rafael Giani User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: In-Reply-To: Subject: Re: Docs and tutorials about fsl gstreamer plugin 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, 30 Oct 2014 11:43:59 -0000 Content-Type: multipart/alternative; boundary="------------030500020703070200050309" --------------030500020703070200050309 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2014-10-30 12:31, kongling wrote: > >Did you also copy the libgstimxcommon.so.* files to /usr/lib/ ? > Thanks for your reply! > Yes, libgstimxcommon.so.* are include in gstreamer1.0-plugins-imx package. > BR, > kongling > > Wait. You said you copied the *libraries* . This sounds to me as if you manually copied over the .so files of the plugins to /usr/lib/gstreamer-1.0 . If you do that, and do not copy the libgstimxcommon.so.* files to /usr/lib , the GStreamer plugin scanner will detect that these plugins won't load (because the libgstimxcommon.so.* files are missing), and put the gstreamer-imx plugins on the blacklist. Or did you install the gstreamer-imx .ipk packages? --------------030500020703070200050309 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit
On 2014-10-30 12:31, kongling wrote:
>Did you also copy the libgstimxcommon.so.* files to /usr/lib/ ?
Thanks for your reply!
Yes, libgstimxcommon.so.* are include in gstreamer1.0-plugins-imx package.
BR,
kongling



Wait. You said you copied the *libraries* . This sounds to me as if you manually copied over the .so files of the plugins to /usr/lib/gstreamer-1.0 . If you do that, and do not copy the libgstimxcommon.so.* files to /usr/lib , the GStreamer plugin scanner will detect that these plugins won't load (because the libgstimxcommon.so.* files are missing), and put the gstreamer-imx plugins on the blacklist.

Or did you install the gstreamer-imx .ipk packages?
--------------030500020703070200050309--