From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gg0-f180.google.com (mail-gg0-f180.google.com [209.85.161.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A2612E013D6 for ; Thu, 11 Jul 2013 17:22:45 -0700 (PDT) Received: by mail-gg0-f180.google.com with SMTP id i6so2885939ggm.25 for ; Thu, 11 Jul 2013 17:22:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=7O8K7Gxr8exVboOQ4pKxFxqqRuwt2pMU9ZdkRb9oN4k=; b=t6o9QbwVfe4l63pGx2HQM179p93zjur5DyjzHtV5yB/R0+jltL1r44zbpPCSPy9Xoo 4oBsxqjJJqqDZgQ41vC8rp6bdLp8/0Wsqx5txfCX65ZVKZpsb6Ssg2YBHX5yecrEUk3l i9dW2AAC9jYQSu7WVZxq0k9bRYCLGK5iBr5MV7ciGraq2RBhq4GAGFphoR95LCMMS9HM fW1aiYhvOOhrLizJ4dSop01buEDt5QWNraWK0178dcJLZDDjOUmowY4eh1s0KxH3be0P 8phgLtXmy+MXN/AJJHdLSwpgsj0HrHlMOLqCHrO130VbgJZM2J5c89wIFDWaEnLX23yy 9ydQ== X-Received: by 10.236.190.169 with SMTP id e29mr22528808yhn.17.1373588564219; Thu, 11 Jul 2013 17:22:44 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id i4sm26706158yhg.16.2013.07.11.17.22.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 11 Jul 2013 17:22:43 -0700 (PDT) Message-ID: <51DF4C52.8080607@gmail.com> Date: Thu, 11 Jul 2013 19:22:42 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1445523.dnBZldpQsA@rudolf> <94D47F23-99E7-4BD8-9744-726B50B1FCAC@keylevel.com> In-Reply-To: <94D47F23-99E7-4BD8-9744-726B50B1FCAC@keylevel.com> Subject: Re: Gstreamer pipeline problem 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: Fri, 12 Jul 2013 00:22:45 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Chris, > gst-launch videotestsrc ! v4l2sink > > to work as there's no /dev/video1 ! Does anyone know where I can find instructions on how to get v4l2 working under Ubuntu 12.04 for a radeon HD 5450 card? Google has not been my friend ;-) > /dev/video1 is created when you have an actual video input like a video decoder or camera or UVC camera and it would be used with v4l2src (or in the case of i.MX6 CSI, mfw_v4lsrc). videotestsrc should not need a video input device to work though as it is creates its own video data. What is the error you are seeing? What is your setup? Board? Yocto version? Yocto image? John