ext/lame/gstlame.*: Fix build with lame >= 3.97. The padding type and cwlimit setting...
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 22 Jul 2008 18:25:08 +0000 (18:25 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 22 Jul 2008 18:25:08 +0000 (18:25 +0000)
commit0dd879921c7bdd368c78b52228f94576730b9f1a
tree9f6c2d80d1cd810b5be4526cc49d23a37fdd9e2b
parent2c7dbc3ba73dcdbf21ea23480e99f6c62327aceb
ext/lame/gstlame.*: Fix build with lame >= 3.97. The padding type and cwlimit settings are deprecated now and the fun...

Original commit message from CVS:
* ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init),
(gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
* ext/lame/gstlame.h:
Fix build with lame >= 3.97. The padding type and cwlimit settings
are deprecated now and the function declarations are hidden in the
headers so deprecate the GObject properties for them and remove them
in 0.11. Fixes bug #544039.
ext/lame/gstlame.c
ext/lame/gstlame.h