View Single Post
Posts: 3,074 | Thanked: 12,964 times | Joined on Mar 2010 @ Sofia,Bulgaria
#209
Originally Posted by ivyking View Post
it works fine now, the problem was with the way the file was played.
I originally used
gst-launch-0.10 -v playbin2 uri=file://<file>

the video plays full speed with no audio when using
gst-launch-0.10 filesrc location=<file> ! <demux> ! queue ! dspvdec ! omapfbsink
as stated on meego wiki.

I will search for a way to get playback with sound.
It could be that framebuffer memory is too low for HW resizer to work with xvimagesink, so it falls back to SW resizer (videoscale). Try to increase VRAM in kernel paramters, right now KP50 uses CONFIG_OMAP2_DSS_VRAM_SIZE=8, which allows HW down-scaling of videos upto 1280x720.

Also you may give the logs to see what is the pipeline for playbin2. And you may try to pass flags=103 to playbin2 (allow only native resolutions)

EDIT:

also you could pass parameters to playbin2, which decoder and which videosink to use
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer


Last edited by freemangordon; 2012-05-18 at 14:21.
 

The Following 8 Users Say Thank You to freemangordon For This Useful Post: