[gstreamer-bugs] [Bug 314253] xingheader property on lame plugin is unimplemented

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jan 13 03:28:28 PST 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=314253
 GStreamer | gst-plugins | Ver: 0.8.10


Jan Schmidt changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thaytan at mad.scientist.com




------- Comment #1 from Jan Schmidt  2006-01-13 11:28 UTC -------
I'm not familiar at all with lame, or the gst plugin, but I've had a quick
look.

As far as I can tell, the appropriate Xing header bits are implemented in
gstlame, except I can't see any way in the LAME API to actually write the Xing
header EXCEPT lame_mp3_tags_fid, which requires a seekable file descriptor in
order to write the header - which GStreamer can't supply because it's a
processing pipeline. 

I guess in order to implement the Xing header, we need to do it outside of
lame. The Xing header itself is not complicated, but finding out the statistics
to put into it is tricker. It might be a candidate for a separate xingwriter
element that goes in the pipeline after lame.


-- 
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