I have a working TI_GST plugin on a Beagleboard-xM Ref C. The shiped codecServer works fine with:
root:-# gst-launch filersrc location=/home/root/a.aac ! TIAuddec1 codecName=aachedec engineName=codecServer ! alsasink sync=false
Now i try to include the MP3DEC Codec shipped by TI to the CodecServer and compile it with Open Embedded (http://processors.wiki.ti.com/index.php/How_do_I_Integrate_new_codecs_into_DVSDK) which worked properly but when i try to use it with the TI_GST plugin, it is not working. I made a .log file of:
root:-# CE_DEBUG=3 gst-launch --gst-debug=TIAuddec1:5 filersrc location=/home/root/a.mp3 ! TIAuddec1 codecName=mp3dec engineName=codecServer ! alsasink sync=false
and hopefuly someone can help me or tell me where to ask.
Thanks
Wendelin