From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yk0-f173.google.com (mail-yk0-f173.google.com [209.85.160.173]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5FD6EE0073C for ; Tue, 25 Mar 2014 11:30:55 -0700 (PDT) Received: by mail-yk0-f173.google.com with SMTP id 10so2221585ykt.4 for ; Tue, 25 Mar 2014 11:30:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=2Xf7dixdF/XTqzlsPXUHlNtCiYOwieKtuy5SdOMsYwc=; b=mVcHr1PVoD0zBmOuYkbRTSuu5cdG07j+IOZ6/x5wcdqmeCqozYeKN1Sv/+fQ8HWXUL JDQ9Wa5OqfPye+vjXJKGJfyyyDbFDXLV2IhmmvLhYr4mZ8waNDu1aNKkBg+BJ7+9IxvV 3uiy3d3M7TJxexOeUtpFNOBgqnHtajd3INCe5J9EDGm3/97XZVS4+TRV36JhzP9E/zsA xcRdSBL+8q5T7y9nXzjsIltNSoZ7wv6iDENfatRGlpQYGPiSU9rCCwHJLz4S78k0muBy Yp7EgY/z+1wCU6Cyw1K0fRzzQXtNlrOU2FnXyOLlp1e26I3aWZnJYfd3Ev51D1AN84Uj XRlg== X-Gm-Message-State: ALoCoQkLqxoada0OLMSuXVdQD7i9dCacnpCq8WV+J2z9LdVB1dOybGI+wgMltDWxkosdbWZawN5W X-Received: by 10.236.91.67 with SMTP id g43mr3145081yhf.146.1395772254359; Tue, 25 Mar 2014 11:30:54 -0700 (PDT) Received: from [192.168.141.83] (69-165-220-158.dsl.teksavvy.com. [69.165.220.158]) by mx.google.com with ESMTPSA id u63sm29780726yhf.31.2014.03.25.11.30.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Mar 2014 11:30:53 -0700 (PDT) Message-ID: <5331CB5C.4000406@linaro.org> Date: Tue, 25 Mar 2014 14:30:52 -0400 From: Trevor Woerner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: John Weber , meta-freescale@yoctoproject.org References: <1395769498-26682-1-git-send-email-rjohnweber@gmail.com> In-Reply-To: <1395769498-26682-1-git-send-email-rjohnweber@gmail.com> Subject: Re: [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4 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, 25 Mar 2014 18:30:55 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi John, I was _just_ about to reply to V1 when V2 came along... ;-) Here are my steps: $ repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master $ repo sync Then I edit my conf/local.conf to add: IMAGE_INSTALL_append = " \ memtester \ alsa-utils \ alsa-tools \ evtest \ imx-test \ perl \ lmbench \ glmark2 \ mesa-demos \ gst-meta-audio \ gst-meta-video \ gst-plugins-good-video4linux2 \ wpa-supplicant \ dropbear \ iperf \ " PREFERRED_VERSION_linux-wandboard = "3.10.17" SRCBRANCH_pn-linux-wandboard = "wandboard_imx_3.10.17_1.0.0_beta" SRCREV_pn-linux-wandboard = "4a8ad4e16bbc17be82e95ffcd4241e21d441efbd" then I perform $ bitbake core-image-x11 and dd that to a microSD. I copy sintel_trailer-1080p.mp4 to a USB drive, insert it, it mounts, then I try to use gst-launch to run it but I get: root@wandboard-dual:~# gst-launch playbin2 uri="file:///media/sda1/sintel_trailer-1080p.mp4" audio-sink="alsasink device=hw:0,0" Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Missing element: Quicktime demuxer WARNING: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: No decoder available for type 'video/quicktime, variant=(string)iso'. Additional debug info: /SSD/build/fsl/build-wandboard-dual/MASTER-tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/gst-plugins-base/0.10.36-r8/gst-plugins-base-0.10.36/gst/playback/gsturidecodebin.c(874): unknown_type_cb (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0 ERROR: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20: Your GStreamer installation is missing a plug-in. Additional debug info: /SSD/build/fsl/build-wandboard-dual/MASTER-tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/gst-plugins-base/0.10.36-r8/gst-plugins-base-0.10.36/gst/playback/gstdecodebin2.c(3576): gst_decode_bin_expose (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20: no suitable plugins found ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... Freeing pipeline ... Any thoughts?