gstreamer/ext/lame
Tim-Philipp Müller 8da711f16c lame: fix compilation with LAME versions < 3.98
lame_set_VBR_quality(), which takes a floating point value for the
quality, has been added only in v3.98. Use lame_set_VBR_q(), which
takes quality as an integer, for older LAME versions.

Fixes #581341.
2009-05-05 16:38:19 +01:00
..
gstlame.c lame: Implement preset interface 2009-05-04 12:48:43 +02:00
gstlame.h ext/lame/gstlame.*: Get the defaults settings of LAME in the plugin initialization function and return FALSE here if ... 2008-07-29 16:57:16 +00:00
gstlamemp3enc.c lame: fix compilation with LAME versions < 3.98 2009-05-05 16:38:19 +01:00
gstlamemp3enc.h lamemp3enc: Remove fast-vbr property and rename vbr-quality to quality 2009-05-04 11:18:15 +02:00
Makefile.am lame: Add lamemp3enc element with much simplified interface 2009-05-04 11:18:14 +02:00
plugin.c lame: Add lamemp3enc element with much simplified interface 2009-05-04 11:18:14 +02: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