GStreamer multimedia framework
Find a file
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
ext/lame lame: Avoid crash when seeking before negotiating 2009-12-02 11:34:34 -03:00
tests/check/pipelines ext/lame/gstlame.c: Don't leak the allowed caps. 2008-02-11 09:13:33 +00:00