Re: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-03-27 Thread Meenakumari Shedole
Hi Ross, Thanks for your reply. Actually we have tried that, problem was, 1. playbin2 + avi/3gp is working properly because of xvimagesink is used interally. 2. playbin2 + mp4 is not taking vaapi sink, we need to manually set video-sink=vaapisink. Also we are getting arbitrary crash while se

Re: [yocto] Reducing nightly/release build artifacts.

2014-03-27 Thread Yi Zhao
Hi Beth, 于 2014年03月27日 05:30, Flanagan, Elizabeth 写道: A list of exactly what files you use for QA would be grand. We can use http://autobuilder.yoctoproject.org/pub/nightly/20140326-1/ as our base. We don't use all qemu-lsb , beagleboard-lsb, routerstationpro-lsb, and p1022ds-lsb artifacts.

Re: [yocto] matchbox-terminal and function keys

2014-03-27 Thread Stuart Longland
On 28/03/14 05:57, Stuart Longland wrote: > Hi Ross, > On 27/03/14 22:27, Burton, Ross wrote: >> Can you paste the output of cat to confirm the values you're seeing? >> The xterm guide says VT100 for F1-F4 (as VT100 doesn't define F5 >> onwards) and VT220 for F5-F10 and that's what I'm seeing when

Re: [yocto] matchbox-terminal and function keys

2014-03-27 Thread Stuart Longland
Hi Ross, On 27/03/14 22:27, Burton, Ross wrote: > Can you paste the output of cat to confirm the values you're seeing? > The xterm guide says VT100 for F1-F4 (as VT100 doesn't define F5 > onwards) and VT220 for F5-F10 and that's what I'm seeing when I > attempt this (F10 specifically being ^[[21~).

[yocto] [yocto-autobuilder][PATCH] buildsets: nightly-qa-targetbuilds: remove the mips build

2014-03-27 Thread Stefan Stanacar
The build tests for iptables/cvs/sudoku take too much time on qemumips and usually buildbot ends up killing the step as it hits the timeout, so we should drop them. Signed-off-by: Stefan Stanacar --- buildset-config.master/nightly-qa-targetbuilds.conf | 3 --- 1 file changed, 3 deletions(-) dif

Re: [yocto] [OE-core] --conf Was: Features in Yocto Project 1.7

2014-03-27 Thread Trevor Woerner
Excellent information! Thanks for all the workflow examples, this is great. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [yocto-autobuilder][PATCH] nightly-deb/ipk: don't use the default tests

2014-03-27 Thread Stefan Stanacar
We can't use RunSanityTests as it is because the default test suites (which are defined in testimage.bbclass) include rpm and smart. Anything included in TEST_SUITES is a mandatory test and will be a fail in this buildset as obviously this images don't have rpm/smart. Also we can't use 'ping auto'

Re: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-03-27 Thread Burton, Ross
On 27 March 2014 06:58, Meenakumari Shedole wrote: > filesrc-> decodebin->queue->ffmpegcolorspace->xvimagesink Try just using playbin2 instead of constructing a pipeline manually, there's lot of smarts that you'll need to do manually otherwise. Ross -- __

Re: [yocto] [OE-core] [oe] initial support for musl libc with OE/Yocto Project

2014-03-27 Thread Paul Barker
On 26 March 2014 22:12, Burton, Ross wrote: > On 26 March 2014 22:04, Khem Raj wrote: >> There were interest in other threads in having musl as an alternative >> to eglibc/uclibc that we already have in OE, in that direction I have >> poured in my on and off work and put it into a contrib tree >

Re: [yocto] matchbox-terminal and function keys

2014-03-27 Thread Burton, Ross
On 27 March 2014 05:50, Stuart Longland wrote: > The terminal reports itself as TERM=xterm. When I do a `cat`, I observe > that matchbox-terminal is reporting F1-F5 using VT100 terminal > sequences, but F6-F10 using VT220 sequences. If I set TERM=vt100, I get > F1-F5 working, but unfortunately,

Re: [yocto] [OE-core] Features in Yocto Project 1.7

2014-03-27 Thread David Nyström
On 2014-03-25 15:31, David Nyström wrote: On 2014-03-24 17:00, Richard Purdie wrote: As development on 1.6 finishes up, its time to think about what we should be doing in the 1.7 cycle. I think from my perspective, in 1.7 I'd like to see us looking at "Developer Workflow". Its a generic topic w

Re: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-03-27 Thread Laurentiu Palcu
Hi Meena, On Thu, Mar 27, 2014 at 06:58:53AM +, Meenakumari Shedole wrote: > Hi All, > > We are having some problem regarding gstreamer Vaapi Plugin would like to > discuss. > > We are using gstreamer0.10.36 for our 1080p mp4 playback and we have used > following gstraemer pipeline. > filesr

[yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-03-27 Thread Meenakumari Shedole
Hi All, We are having some problem regarding gstreamer Vaapi Plugin would like to discuss. We are using gstreamer0.10.36 for our 1080p mp4 playback and we have used following gstraemer pipeline. filesrc-> decodebin->queue->ffmpegcolorspace->xvimagesink Here we are facing lot of buffer dro