[gstreamer-bugs] [Bug 620322] lame mp3 encoder does not save lame tags

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 30 03:50:10 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=620322
  GStreamer | gst-plugins-ugly | 0.10.15

--- Comment #13 from phil at kantaka.co.uk 2010-07-30 10:50:04 UTC ---
Oh wait, lame_mp3_tags_fid() is deprecated, but lame_get_lametag_frame() 
isn't. I guess what you're supposed to do if you're driving liblame yourself
like gstreamer is to call lame_encode_flush_nogap() then call
lame_get_lametag_frame() to get the LAME tag frame which you write over the
blank frame at the beginning of the mp3 data stream for that track. Then you
call lame_set_nogap_currentindex() and pick up encoding where you left off
within the same liblame instance.

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