ext/lame/gstlame.*: Fix the case where you initially have stereo input, and so lame...
authorZaheer Abbas Merali <zaheerabbas@merali.org>
Thu, 17 Jan 2008 17:26:48 +0000 (17:26 +0000)
committerZaheer Abbas Merali <zaheerabbas@merali.org>
Thu, 17 Jan 2008 17:26:48 +0000 (17:26 +0000)
commiteb9865f6f8b68d7bd2ad71f9217a5097224ec89c
tree91916755860f187e9afb578d4bc90911183d8479
parenteecdae5af2258fae00cd624fc9e44b062ae7149e
ext/lame/gstlame.*: Fix the case where you initially have stereo input, and so lame's mode is not set to mono, and th...

Original commit message from CVS:
* ext/lame/gstlame.c:
* ext/lame/gstlame.h:
Fix the case where you initially have stereo input, and so lame's
mode is not set to mono, and then you get input with mono audio and
soon after you get stereo input again. What happened before this
commit is that it would keep the encoding mode as mono. It should
change it back to the one requested by the app (or the default one)
if not requested.
ChangeLog
ext/lame/gstlame.c
ext/lame/gstlame.h