Hi,
I have a problem corresponding to TIImgdec1 decoder. It produces only one output.
TIImgenc1 encoder got same problem. I solved it by using that solution. I used similar solution on TIImgdec1, but the bug of TIImgdec1 hasn't been fixed.
Here is the example pipelines:
TIImgenc1: This pipeline produces 10 output files, output-00000.jpg to output-00009.jpg. It works well.
"gst-launch videotestsrc num-buffers=10 ! video/x-raw-yuv,width=320,height=240,framerate=10/1 ! videorate ! \
TIImgenc1 iColorSpace=UYVY oColorSpace=YUV420P displayBuffer=false numOutputBufs=3 ! \
dmaiperf print-arm-load=true engine-name=codecServer ! multifilesink location=output-%05d.jpg"
TIImgdec1: This pipeline should produce 10 output files, aa_output-00000.yuv to aa_output-00004.yuv. But it creates only one file (aa_output-00000.yuv)
"gst-launch multifilesrc location=output-%05d.jpg num-buffers=10 index=0 ! queue ! \
TIImgdec1 displayBuffer=false numOutputBufs=8 codecName=jpegdec engineName=codecServer frameRate=10 ! \
dmaiperf print-arm-load=true engine-name=codecServer ! multifilesink location=aa_output-%05d.yuv"
Any help?
TIImgenc1 solution : http://e2e.ti.com/support/dsp/omap_applications_processors/f/447/t/138400.aspx