how to play raw audio data with a gstreamer application.

Tim-Philipp Müller t.i.m at zen.co.uk
Fri Mar 29 03:30:09 PDT 2013


On Fri, 2013-03-29 at 10:09 +0530, sudhakar wrote:

Hi,

>  I am able to play raw audio and video files using gstreamer commands.

Which commands are you using?

>  Now I am trying to play raw data with help of a program.
>  How to pass this file directly to sink pad..?

You can either use filesrc ! audioparse ! ... (and set properties on
audioparse) or use appsrc caps=audio/x-raw-{int},... ! ... (caps differ
between 0.10 and 1.0).

Cheers
 -Tim




More information about the gstreamer-devel mailing list