Hello,
We are working on TI Beagle board. We compiles gstreamer with libav plugins. When we are trying to construct pipeline with ffenc_g726 and ffdec_g726, But we are not able to listen anything. Please refer below for the pipr line we are used. gst-launch -v alsasrc num-buffers=100 ! audio/x-raw-int,rate=8000,channels=1,depth=16,width=16,endianness=1234,signed=true ! ffenc_g726 bitrate=32000 ! queue ! audio/x-adpcm,channels=1,rate=8000,width=16,depth=16,layout=g726,name=ffdec_g726 !ffdec_g726 !alsasink (gst-launch-0.10:1051): 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 y. (gst-launch-0.10:1051): GStreamer-WARNING **: Failed to load plugin '/opt/gstreamer/lib/gstreamer-0.10/libgstmad.so': /opt/gstreamer/lib/libid3tag.so.0: undefined symbol: id3_fe Setting pipeline to PAUSED ... /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0: actual-buffer-time = 200000 /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0: actual-latency-time = 10000 /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0.GstPad:src: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)8000, channel1 Pipeline is live and does not need PREROLL ... Setting pipeline to PLAYING ... New clock: GstAudioSrcClock /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)8000, c1 /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)8000, 1 /GstPipeline:pipeline0/ffenc_g726:ffenc_g7260.GstPad:src: caps = audio/x-adpcm, rate=(int)8000, channels=(int)1, layout=(string)g726, width=(int)16, depth=(int)16, block_align=0 /GstPipeline:pipeline0/ffenc_g726:ffenc_g7260.GstPad:sink: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)8000, cha1 /GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:src: caps = audio/x-adpcm, rate=(int)8000, channels=(int)1, layout=(string)g726, width=(int)16, depth=(int)16, block_ali0 /GstPipeline:pipeline0/ffdec_g726:ffdec_g7260.GstPad:sink: caps = audio/x-adpcm, rate=(int)8000, channels=(int)1, layout=(string)g726, width=(int)16, depth=(int)16, block_align0 /GstPipeline:pipeline0/ffdec_g726:ffdec_g7260.GstPad:src: caps = audio/x-raw-int, rate=(int)8000, channels=(int)1, signed=(boolean)true, endianness=(int)1234, width=(int)16, de6 /GstPipeline:pipeline0/GstAlsaSink:alsasink0.GstPad:sink: caps = audio/x-raw-int, rate=(int)8000, channels=(int)1, signed=(boolean)true, endianness=(int)1234, width=(int)16, de6 What might be the problem? Please help us to construct pipeline? Thanks Regards Eswar |
Free forum by Nabble | Edit this page |