gstreamer/ext/lame
Tim-Philipp Müller f0e3a8e101 ext/lame/gstlame.*: Contrary to what the const char in the lame API might suggest, lame expects us to keep the string...
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.
2006-01-23 18:37:16 +00:00
..
gstlame.c ext/lame/gstlame.*: Contrary to what the const char in the lame API might suggest, lame expects us to keep the string... 2006-01-23 18:37:16 +00:00
gstlame.h ext/lame/gstlame.*: Contrary to what the const char in the lame API might suggest, lame expects us to keep the string... 2006-01-23 18:37:16 +00:00
Makefile.am Only enable lame presets if version of lame has presets in API 2004-08-19 22:44:50 +00:00
README fix license field of lame plugin to say LGPL, lame is LGPL. Add Readme with info 2003-07-10 15:39:11 +00:00
test-lame.c gst-indent 2004-03-14 22:34:30 +00:00

The lame plugin uses the lame library available at:
lame.sourceforge.net

lame is available under the terms of the LGPL license