Hi
I have a trouble with gstreamer-ti plugin (DDOMPE branch) with ittiam mp3 codec on DM355S evm.
I am using dvsdk_3_10_00_19 and gstreamer_ti (DDOMPE branch HEAD) with ittiam mp3 codecs to encode audio from alsasrc to mp3.
"filesrc to dmaienc_mp3" works fine, but it does not work on single gstreamer pipeline (alsasrc to dmaienc_mp3).
# gst-launch -e alsasrc ! audioconvert ! audio/x-raw-int, width=16, depth=16, endianness=1234, channels=2, rate=44100, signed=true ! dmaienc_mp3 ! filesink location=audio.mp3
As following article on ridgerun blog, there are a known problem to use dmaienc_mp3 and alsasrc on single gstreamer pipeline.
http://www.ridgerun.com/blog/?p=143
and still have a same problem on latest gstreamer_ti DDOMPE branch.
Are there any progress about this problem?
Regards,
--
# CE_DEBUG=2 gst-launch -e alsasrc ! audioconvert ! audio/x-raw-int, width=16, depth=16, endianness=1234, channels=2, rate=44100, signed=true ! dmaienc_mp3 ! filesink location=audio.mp3
*** snip ***