AAC track stops before the end on gstreamer-10.32

René Stadler mail at renestadler.de
Mon May 30 09:05:54 PDT 2011


On Sat, May 28, 2011 at 3:03 AM, Stuart Gray <stuart68 at gmail.com> wrote:
[...]

> It plays fine until it gets to around 5 seconds from the end of the track
> where it then gets an error and stops.
>
> 0:03:02.694520670   508   0x107638 INFO                 basesrc gstbasesrc.c:2397:gst_base_src_loop:<souphttpsrc0> pausing after gst_base_src_get_range() = unexpected0:03:22.996928977   508   0x101f88 WARN                  queue2 gstqueue2.c:2348:gst_queue2_loop:<queue20> error: Internal datsoc-core: soc_pcm_trigger
>
> I have commented the debug with "Playback is ok until this point" to help
> highlight where the failure occurs.
>

The warning line is mangled by some other debug output getting printed in
the middle of GStreamer's logging. It just reads:

[...]:gst_queue2_loop:<queue20> error: Internal data flow error.

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's the tiauddec1 element, which later
produces errors when shutting down. You might want to take a closer look at
that one.

--René
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110530/3d8a8a64/attachment.htm>


More information about the gstreamer-devel mailing list