Hi!
I've been working with dm355 processor and tried to integrate codecs for aac, mp3 and wma provided by ti. AAC encoder seems to work okay but when I tried to use the mp3 encoder I get this problem:
Caught SIGSEGV accessing address 0x696e5a00
Spinning. Please run 'gdb gst-launch 335' to continue debugging, Ctrl-C to quit
, or Ctrl-\ to dump core.
I was reviewing the log that I got, and the value provided by algNumAlloc differs of the value provided by algAlloc. I don't know if this could be the memory problem that I'm getting.
Any ideas?