Hi all:<br>    I test the FLV demuxer like this: <font class="Apple-style-span" color="#3333FF">gst-launch -v filesrc location=./gsd1.flv ! flvdemux ! audioconvert ! autoaudiosink</font><div>and this is the method provided by<font class="Apple-style-span" color="#FF0000"> gstflvdemux.c. </font>But I got the error like this:</div>
<div><font class="Apple-style-span" color="#FF0000"><br></font></div><div><div style="color: rgb(255, 0, 0); ">Setting pipeline to PAUSED ...</div><div style="color: rgb(255, 0, 0); ">Pipeline is PREROLLING ...</div><div style="color: rgb(255, 0, 0); ">
/GstPipeline:pipeline0/GstFlvDemux:flvdemux0.GstPad:video: caps = video/x-h264, pixel-aspect-ratio=(fraction)1/1, codec_data=(buffer)01640015ffe1001e67640015ac34e602808effc028402804000003000400000300ca3c58b67801000468e9bbcb</div>
<div style="color: rgb(255, 0, 0); ">ERROR: from element /GstPipeline:pipeline0/GstFlvDemux:flvdemux0: Internal data stream error.</div><div style="color: rgb(255, 0, 0); ">Additional debug info:</div><div style="color: rgb(255, 0, 0); ">
gstflvdemux.c(2282): gst_flv_demux_loop (): /GstPipeline:pipeline0/GstFlvDemux:flvdemux0:</div><div style="color: rgb(255, 0, 0); ">stream stopped, reason not-linked</div><div style="color: rgb(255, 0, 0); ">ERROR: pipeline doesn&#39;t want to preroll.</div>
<div style="color: rgb(255, 0, 0); ">Setting pipeline to NULL ...</div><div style="color: rgb(255, 0, 0); ">/GstPipeline:pipeline0/GstFlvDemux:flvdemux0.GstPad:audio: caps = NULL</div><div style="color: rgb(255, 0, 0); ">
/GstPipeline:pipeline0/GstFlvDemux:flvdemux0.GstPad:video: caps = NULL</div><div style="color: rgb(255, 0, 0); ">Freeing pipeline ...</div><div style="color: rgb(255, 0, 0); "><br></div><div>So , what&#39;s the information means? How I fix it ?</div>
</div>