Difference between revisions of "RPM Packaging and support for OpenMAX"
(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…') |
(→Requirements) |
||
Line 4: | Line 4: | ||
==Requirements== | ==Requirements== | ||
+ | ===Tested Platforms=== | ||
+ | * [http://fedoraproject.org/get-fedora Fedora 17] | ||
+ | * [http://fedoraproject.org/wiki/Architectures/ARM/Pandaboard Fedora 17 ARM Pandaboard] | ||
+ | * [http://fedoraproject.org/get-prerelease Fedora 18] | ||
===Supported Architectures=== | ===Supported Architectures=== | ||
* x86_64 | * x86_64 |
Revision as of 20:45, 24 November 2012
Contents
GStreamer with GST-OpenMax
Introduction
This how-to will describe how to use [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
Tested Platforms
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:
rpm -i gst-openmax-0.2.rpm
Using GST-OpenMAX
- Check if the codecs have been sucessfully loaded
gst-inspect | grep omx
- Playing a mp3 file "test.mp3"
gst-launch-0.10 filesrc location="test.mp3" ! omx_mp3dec use-timestamps=false ! audioconvert ! alsasink