On Sat, May 28, 2011 at 3:03 AM, Stuart Gray <span dir="ltr">&lt;<a href="mailto:stuart68@gmail.com">stuart68@gmail.com</a>&gt;</span> wrote:<div>[...]<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
It plays fine until it gets to around 5 seconds from the end of the track where it then gets an error and stops.<br>
<br>


        
        
        
        

<pre><font face="arial, sans-serif">0:03:02.694520670   508   0x107638 INFO                 basesrc gstbasesrc.c:2397:gst_base_src_loop:&lt;souphttpsrc0&gt; pausing after gst_base_src_get_range() = unexpected</font>
<font face="arial, sans-serif">0:03:22.996928977   508   0x101f88 WARN                  queue2 gstqueue2.c:2348:gst_queue2_loop:&lt;queue20&gt; error: Internal datsoc-core: soc_pcm_trigger</font></pre>
I have commented the debug with &quot;Playback is ok until this point&quot; to help highlight where the failure occurs.<br></blockquote><div><br></div><div>The warning line is mangled by some other debug output getting printed in the middle of GStreamer&#39;s logging. It just reads:</div>
<div><br></div><div>[...]:gst_queue2_loop:&lt;queue20&gt; error: Internal data flow error. </div><div><br></div><div>So there is not much information there. Some element after the queue returns GST_FLOW_ERROR from its chain function, but apparently there is no error message posted on the bus. Maybe it&#39;s the tiauddec1 element, which later produces errors when shutting down. You might want to take a closer look at that one.</div>
<div><br></div><div>--René</div></div>
</div>