Changes

Jump to: navigation, search

RPM Packaging and support for OpenMAX

995 bytes added, 21:40, 24 November 2012
Created page with '=GStreamer with GST-OpenMax= ==Introduction== This how-to will describe how to use http://freedesktop.org/wiki/GstOpenMAX gst-openmax a GStreamer plug-in that allows communic…'
=GStreamer with GST-OpenMax=
==Introduction==
This how-to will describe how to use [[http://freedesktop.org/wiki/GstOpenMAX gst-openmax]] a GStreamer plug-in that allows communication with OpenMAX IL components. OpenMAX IL is an industry standard that provides an abstraction layer for computer graphics, video, and sound routines.

==Requirements==
===Supported Architectures===
* x86_64
* ARM devices with a OMAP processor (Tested on Pandaboard with OMAP 4430)
===Required Software===
* gstreamer (Included in every Fedora installation)

==Downloads==


==Installing GST-OpenMAX==
* Download the latest RPM from the download section.
* Install the RPM using the command below:
<pre>
rpm -i gst-openmax-0.2.rpm
</pre>

==Using GST-OpenMAX==
*Check if the codecs have been sucessfully loaded
<pre>
gst-inspect | grep omx
</pre>


*Playing a mp3 file "test.mp3"
<pre>
gst-launch-0.10 filesrc location="test.mp3" ! omx_mp3dec use-timestamps=false ! audioconvert ! alsasink
</pre>

==Known Issues==

Navigation menu