Hi all,
I am working on DM365 with dvsdk_2_10_01_18. I am now facing a problem regarding G.711 audio encoding.
I succeed in running G.711 audio encoding with self-written algorithm routines. But when I use the G.711 encoder from Ittiam, the audio encoding always fails after a couple of frames, says: segmentation fault.
I tried to trace the bug, and found it was in:
#0 0x40d02134 in g711EncodeU () from /usr/lib/gstreamer-0.10/libgstticodecplugin.so
#1 0x40cac430 in G711ENCODE_ITTIAM_Process () from /usr/lib/gstreamer-0.10/libgstticodecplugin.so
#2 0x40c9d798 in SPHENC1_process () from /usr/lib/gstreamer-0.10/libgstticodecplugin.so
#3 0x40c8e234 in Senc1_process (hSe1=0x188908, hInBuf=0x1b8bd8, hOutBuf=0x188a40) at ce/Senc1.c:115
regards,
Raf