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)
commitb1a031b96064916fb4ea599e418a271b4a5e4d68
tree2584549f7d4701cbfdb298f1cb9fec41bcdbbd14
parent9d87e1468bd03e3937f1a7f3e7d91af5b9beff21
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.
ext/lame/gstlame.c
ext/lame/gstlame.h