<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello all,<br>
<br>
We are using gstreamer on TI DM3730. We successfully installed
gstreamer with ffmpeg plugin. We need to encode and decode using
g726 speech codec. <br>
When we run the following pipeline, we are not able listen anything.
It's just silence. But pipeline running with out any error. Please
check the below log.<br>
<br>
<i>$ gst-launch --gst-debug=2 audiotestsrc num-buffers=500000 !
audio/x-raw-int,rate=8000,channels=1,depth=16,width=16,endianness=1234,signed=true
! ffenc_g726 bitrate=32000 ! audio/x-adpcm,rate=8000 ! ffdec_g726
! audio/x-raw-int,rate=8000 ! autoaudiosink</i><br>
<br>
<br>
<br>
(gst-launch-0.10:1010): GStreamer-WARNING **: External plugin loader
failed. This most likely means that the plugin loader helper binary
was not found or could not be run. If .<br>
0:00:00.514038086 1010 0x15090 WARN GST_PLUGIN_LOADING
gstplugin.c:717:gst_plugin_load_file: module_open failed:
/opt/gstreamer/lib/libid3tag.so.0: undefined symbol: e<br>
<br>
(gst-launch-0.10:1010): GStreamer-WARNING **: Failed to load plugin
'/opt/gstreamer/lib/gstreamer-0.10/libgstmad.so':
/opt/gstreamer/lib/libid3tag.so.0: undefined symbol: id3_e<br>
0:00:00.887847901 1010 0x15090 WARN audioresample
gstaudioresample.c:1467:plugin_init: Orc disabled, can't benchmark
int vs. float resampler<br>
0:00:00.888275147 1010 0x15090 WARN GST_PERFORMANCE
gstaudioresample.c:1471:plugin_init: orc disabled, no benchmarking
done<br>
0:00:01.249938965 1010 0x15090 WARN ffmpeg
gstffmpegcodecmap.c:806:gst_ffmpeg_codecid_to_caps: No caps found
for codec_id=94209<br>
0:00:01.272705078 1010 0x15090 WARN ffmpeg
gstffmpegcodecmap.c:806:gst_ffmpeg_codecid_to_caps: No caps found
for codec_id=1<br>
0:00:01.276794434 1010 0x15090 WARN ffmpeg
gstffmpegcodecmap.c:806:gst_ffmpeg_codecid_to_caps: No caps found
for codec_id=86016<br>
0:00:01.311859131 1010 0x15090 WARN ffmpeg
gstffmpegcodecmap.c:806:gst_ffmpeg_codecid_to_caps: No caps found
for codec_id=86022<br>
0:00:01.324645997 1010 0x15090 WARN ffmpeg
gstffmpegcodecmap.c:806:gst_ffmpeg_codecid_to_caps: No caps found
for codec_id=94208<br>
0:00:01.324859620 1010 0x15090 WARN ffmpeg
gstffmpegcodecmap.c:806:gst_ffmpeg_codecid_to_caps: No caps found
for codec_id=94209<br>
Setting pipeline to PAUSED ...<br>
Pipeline is PREROLLING ...<br>
0:00:01.565277100 1010 0x20c648 WARN alsa
gstalsa.c:124:gst_alsa_detect_formats:<autoaudiosink0-actual-sink-alsa>
skipping non-int format<br>
Pipeline is PREROLLED ...<br>
Setting pipeline to PLAYING ...<br>
New clock: GstAudioSinkClock<br>
<br>
<br>
<br>
<br>
We are using gstreamer versions<br>
<br>
gst-plugins-good-0.10.25<br>
gst-plugins-base-0.10.30<br>
gst-plugins-bad-0.10.20<br>
gst-plugins-ugly-0.10.16<br>
gst-ffmpeg-0.10.0<br>
gstreamer-0.10.30<br>
<br>
Please help us to build the pipeline with g726.<br>
Is there any other codecs for g726?<br>
<br>
Thanks Regards<br>
Eswar
</body>
</html>