gstreamer/ext/lame
Thiago Santos 4f7d1a2ed5 lame: Avoid crash when seeking before negotiating
lame's 'lgv' variable is only initialized when the caps
is negotiated, whenever a seek happens before that, it would
attempt to call a function on an empty pointer, causing the crash.

Fixes #603515
2009-12-02 11:34:34 -03:00
..
gstlame.c lame: Avoid crash when seeking before negotiating 2009-12-02 11:34:34 -03: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: Avoid crash when seeking before negotiating 2009-12-02 11:34:34 -03: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