From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0A619E00C91; Mon, 21 Dec 2015 22:22:55 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (vikasmpatil[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.214.180 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com [209.85.214.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E87C0E00457 for ; Mon, 21 Dec 2015 22:22:52 -0800 (PST) Received: by mail-ob0-f180.google.com with SMTP id iw8so137839997obc.1 for ; Mon, 21 Dec 2015 22:22:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fWEJmY8+uYo8eei4DW/yC3kgIo1az23syDZO6SQ/1x8=; b=SRnnyg/s67YCmze4yWBBQuEUv2p6aBnAhqjftIVOHwNG/MEftRZQMDXb8pLTety1e/ ecV4OdQ6smrfEHlxZi1luQ1zBTKEDAeyaXcqaejosCjOMep4mceuc03G+Rd1dH8hR1rL rQO25bWZa7XHclgad4pHwqR+I93u2yCgrASuPHkX0axCLaAKjL9b+c4XGhRUK4n3BS7r DHzLfLVQ0QZZZZe7DK46fAWckxyxY5tAkHj6OczIjAyYmRvkihCycI2Bw+VGjNsxXRz4 TrqJxvdubg3u0zJFrsTv0pLfOLUhRO5Ojsvmk8oB8KJHKw82+NxNuFCT4YkcZQLOb1cf 6AVg== MIME-Version: 1.0 X-Received: by 10.182.55.41 with SMTP id o9mr10143537obp.86.1450765371873; Mon, 21 Dec 2015 22:22:51 -0800 (PST) Received: by 10.182.222.35 with HTTP; Mon, 21 Dec 2015 22:22:51 -0800 (PST) In-Reply-To: <56784D25.3040608@pseudoterminal.org> References: <564B3FD3.1030607@pseudoterminal.org> <564B5C5E.60309@pseudoterminal.org> <564C78B6.2000700@pseudoterminal.org> <564CAE4C.3040005@pseudoterminal.org> <56784D25.3040608@pseudoterminal.org> Date: Tue, 22 Dec 2015 11:52:51 +0530 Message-ID: From: Vikas Patil To: Carlos Rafael Giani Cc: meta-freescale@yoctoproject.org Subject: Re: imxvpudec crash with 3.14.28 and gstreamer1.0 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: Tue, 22 Dec 2015 06:22:55 -0000 Content-Type: text/plain; charset=UTF-8 Hi Carlos, I have successfully compiled the app however on running getting following error. root@linux1-9939-a1:~# GST_DEBUG=2,*imx*:5 ./loop-videos -i 5000 -v "imxipuvideotransform ! imxeglvivsink" /home/root/B01_Baseline1.0_1280_720.MP4 (loop-videos:519): GStreamer-CRITICAL **: gst_parse_bin_from_description_full: assertion 'err == NULL || *err == NULL' failed *** Error in `./loop-videos': free(): invalid pointer: 0x7ef16cd4 *** Aborted (core dumped) root@linux1-9939-a1:~# Do I need to stick with the master version and libimxvpuaoi 0.10.1? Regards, Vikas On Tue, Dec 22, 2015 at 12:34 AM, Carlos Rafael Giani wrote: > Can you try out the example program I attached? Just run it like this: > > GST_DEBUG=2,*imx*:5 ./loop-videos -i 5000 -v "imxipuvideotransform ! > imxeglvivsink" /home/root/B01_Baseline1.0_1280_720.MP4 > > This will run the mp4 video for 5 seconds and then start again. Note that > you have to build it with the -std=c++11 compiler flag. > > >