Hi all:<div>     Now I am learning some about the flv plugin--flvdemux, I try to demux my flv test file like this:</div><div><font class="Apple-style-span" color="#000099">gst-launch filesrc location=test.flv ! flvdemux name=demux demux.video_00 ! queue ! filesink location=test.ves demux.audio_00 ! queue ! filesink location=test.aes</font></div>
<div><font class="Apple-style-span" color="#000099">     </font>But when I run it , I just get the information like this:</div><div><div><font class="Apple-style-span" color="#FF0000">Setting pipeline to PAUSED ...</font></div>
<div><font class="Apple-style-span" color="#FF0000">Pipeline is PREROLLING ...</font></div><div><font class="Apple-style-span" color="#FF0000">ERROR: from element /GstPipeline:pipeline0/GstFlvDemux:demux: Internal data stream error.</font></div>
<div><font class="Apple-style-span" color="#FF0000">Additional debug info:</font></div><div><font class="Apple-style-span" color="#FF0000">gstflvdemux.c(2283): gst_flv_demux_loop (): /GstPipeline:pipeline0/GstFlvDemux:demux:</font></div>
<div><font class="Apple-style-span" color="#FF0000">stream stopped, reason not-linked</font></div><div><font class="Apple-style-span" color="#FF0000">ERROR: pipeline doesn&#39;t want to preroll.</font></div><div><font class="Apple-style-span" color="#FF0000">Setting pipeline to NULL ...</font></div>
<div><font class="Apple-style-span" color="#FF0000">Freeing pipeline ...</font></div></div><div><br></div><div>I just want test the flvdemux plugin , So How I fixed it? tks:)</div>