This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

gst-launch error when playing WMA file

I have L138 and use DVSDK 04.03.00.06.

I have added WMA support to codecs using GenServer wizard.

When I run gst-launch i get an error:

# gst-launch filesrc location=./davinci.wma num-buffers=100 ! typefind ! TIAuddec1 ! alsasink -v
Setting pipeline to PAUSED ...
/GstPipeline:pipeline0/GstTypeFindElement:typefindelement0.GstPad:src: caps = video/x-ms-asf
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstFileSrc:filesrc0: Internal data flow error.
Additional debug info:
gstbasesrc.c(2625): gst_base_src_loop (): /GstPipeline:pipeline0/GstFileSrc:filesrc0:
streaming task paused, reason not-negotiated (-4)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
/GstPipeline:pipeline0/GstTypeFindElement:typefindelement0.GstPad:src: caps = NULL
Freeing pipeline ...

First of all it seems that typefind recognize WMA file as a movie clip.

Then the error seems doesn't seems related to TIAuddec1 WMA decoder.

what is wrong with this?

best regards