From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id BEBFCE0084A; Sun, 30 Nov 2014 11:48:36 -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=-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 vs248254.vserver.de (vs248254.vserver.de [62.75.248.254]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id BEE42E00830 for ; Sun, 30 Nov 2014 11:48:27 -0800 (PST) X-No-Relay: not in my network Received: from [192.168.1.18] (brsg-4dbbc051.pool.mediaWays.net [77.187.192.81]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: fabian@opencode.eu) by vs248254.vserver.de (Postfix) with ESMTPSA id 3F07F8B385D8 for ; Sun, 30 Nov 2014 20:48:26 +0100 (CET) Message-ID: <547B7489.7090602@opencode.eu> Date: Sun, 30 Nov 2014 20:48:25 +0100 From: Fabian Schwartau User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: yocto@yoctoproject.org Subject: gstreamers xvimagesink not working X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 19:48:36 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, I build a core-image-x11 with beaglebone as machine. I added gstreamer 0.10 support which I will need in Qt. However, I am not able to play a video using xvimagesink like this: gst-launch filesrc location=/home/root/centaur_1.ogv ! oggdemux ! theoradec ! ffmpegcolorspace ! xvimagesink I get this error: Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSystemClock X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 147 (XVideo) Minor opcode of failed request: 19 () Atom id in failed request: 0x3e Serial number of failed request: 68 Current serial number in output stream: 69 However, the first frame of the video shows up on the screen for a fraction of a second. As far as I understood xvimagesink uses hardware acceleration, whereas ximagesink does not. So what do I have to do to get it running? Do I have to build gstreamer-ti?