Jump to content

Gstreamer pipelines for AM572X

From RidgeRun Developer Wiki

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.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.