[Bug 666053] playbin2 plays a long duration flac song from a http:// stream

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 13 04:23:22 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=666053
  GStreamer | don't know | 0.10.x

--- Comment #13 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2012-06-13 11:23:19 UTC ---
The -ugly mpegaudioparse seems to do a rough "large intervals for large
streams" with three steps (though a least one entry a second too). The newer
one uses baseparse as flacparse.

I guess one could add a 'max-index-entries' property to baseparse with a
largeish default, and deduce the time threshold from that. 'max-index-size'
would seem better, but the index is possibly a list or hash table, looking at
the code, so probably not that useful.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list