audioconvert refuses to convert mono into stereo in Gstreamer 1.09
harishjennykn
harishjennykn at yahoo.com
Mon Sep 30 04:03:52 PDT 2013
Hi,
channels=(int)1, channel-mask=(bitmask)0x0000000000000000
*is INVALID caps for mono audio.*
channel-mask can be
channel-mask=(bitmask)0x0000000000000001 , 0x0000000000000002 ,
0x0000000000000004 etc.
And regarding the bad pipeline example -
GST_DEBUG=3 gst-launch-1.0 audiotestsrc ! avenc_g722 ! avdec_g722 !
audioconvert ! audio/x-raw, channels=2 ! fakesink
It did play for me in the latest gstreamer code.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/audioconvert-refuses-to-convert-mono-into-stereo-in-Gstreamer-1-09-tp4662260p4662261.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list