help porting to 1.2.0 about for audio pipe in android

Nicolas Dufresne nicolas.dufresne at collabora.com
Mon Oct 28 07:15:05 CET 2013


Le lundi 28 octobre 2013 à 12:45 +0800, jojo a écrit :
> audio pipeline: appsrc is-live=1 do-timestamp=0
> caps="audio/x-raw-int,channels=2,rate=44100,signed=(boolean)true,width=16,depth=16,endianness=1234" name="appsrc" ! queue ! audioconvert ! audioresample ! autoaudiosink name="audio sink"

Formats of caps have changed. Would look like (no tested):

caps="audio/x-raw,format=S16LE,layout=interleaved,rate=44100,channels=2"

Best regards,
Nicolas



More information about the gstreamer-devel mailing list