On 7 October 2010 11:22, Sandeep Prakash <[email protected]> wrote:
> Hi,
> I guess this will be configurable based on the hardware. For example for ARM
> based Nokia N900 the conbination
> of libVA and CI will not work. Instead gst-dsp along with say V4L2 should be
> used.  And for the Intel Atom
> based devices combination of libVA and CI should work. It will not be based
> on handset of netbook.
> Hence check the camera application build system, it should be configurable.

The correct gstreamer elements should be chosen by the bin used in the
camera application. Since the ARM builds won't have the libVA elements
and even if it did they would be blacklisted by gstreamer, the bin
would simply not choose them.

There should be no need for any configuration at compilation time for this.

Here is a simple example of bins :

gst-launch-0.10 filesrc location=Music/Epoq-Lepidoptera.ogg !
decodebin ! autoaudiosink

Put any audio as the location= and the decodebin will choose the
correct decoder on your box (or none if none are available).
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to