mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
f0e3a8e101
Original commit message from CVS: * ext/lame/gstlame.c: (gst_lame_finalize), (gst_lame_class_init), (gst_lame_init), (add_one_tag), (gst_lame_set_metadata): * ext/lame/gstlame.h: Contrary to what the const char in the lame API might suggest, lame expects us to keep the strings we pass to id3tag_set_foo() around; it doesn't free them either though, so we have to store them somewhere and free them later when we can be sure lame doesn't need them any longer. |
||
---|---|---|
.. | ||
gstlame.c | ||
gstlame.h | ||
Makefile.am | ||
README | ||
test-lame.c |
The lame plugin uses the lame library available at: lame.sourceforge.net lame is available under the terms of the LGPL license