Gstreamer pipelines for AM572X: Difference between revisions
No edit summary |
(No difference)
|
Latest revision as of 22:53, 23 February 2016
Some quick tests you can run to verify that gstreamer is working fine in your board are:
Running video test source:
gst-launch videotestsrc ! autovideosink
Running the audio playback pipelines:
You are going to hear a tone.
gst-launch audiotestsrc ! alsasink
Or if you prefer, you can use this gstreamer pipeline to play a .ogg audio file:
gst-launch filesrc location=<PATH_TO_FILE/FILE> ! oggdemux ! vorbisdec ! audioconvert ! audioresample ! autoaudiosink
At the moment, RR-SDK for AM572X only has basic support for Gstreamer (co-processors support via gstreamer are develop process). As soon as we give support for new pipelines and plugins, we will post it here.