[gstreamer-bugs] [Bug 344013] [oggdemux] use parsers to suck less

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jun 14 01:13:46 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=344013
 GStreamer | gst-plugins-base | Ver: HEAD CVS





------- Comment #4 from Michael Smith  2006-06-14 08:13 UTC -------
Tim - the problem is that there's no such thing as a 'generic ogg granulepos
mapper' - it's entirely codec-specific. Hence the proposal to use parsers for
specific formats (possibly falling back to a full-blown decoder in the
unfortunate event of us not having a parser).

For vorbis, specifically, it's pretty easy to extract the duration without
doing a full decode - but you need a fully-decoded setup header, which is
complex to do (of course, we can just link to libvorbis if we need to).

For speex, I think the calculations are trivial.


-- 
Configure bugmail: http://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