ext/vorbis/vorbisenc.c: Minimal fix for bug #320200: set the min/max bitrate in the...
authorMichael Smith <msmith@xiph.org>
Mon, 21 Nov 2005 15:16:29 +0000 (15:16 +0000)
committerMichael Smith <msmith@xiph.org>
Mon, 21 Nov 2005 15:16:29 +0000 (15:16 +0000)
commitafa20a78b20e71699ac56f28da54562769bcdbcc
treeb408c1be5d96a94d332811e4752fc0b592323f8d
parent1cc82e91389c8baf3560815a8715e792f91bb0d8
ext/vorbis/vorbisenc.c: Minimal fix for bug #320200: set the min/max bitrate in the correct units. A better fix would...

Original commit message from CVS:
* ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
Minimal fix for bug #320200: set the min/max bitrate in the correct
units. A better fix would be to upgrade to the RATEMANAGE2
interface, rather than using the deprecated interface used here, but
that would require an update in our libvorbis dependency (to 1.1),
which is probably undesirable.
ChangeLog
ext/vorbis/vorbisenc.c