commit a5b5f1f3dca075f8a49d6543b48a8ee479bf66a4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 6 18:19:52 2012 +0100

    3.6.3

 NEWS         | 4 ++++
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 2c6db038467a3224a57aa53a1613dfec6b8cc31f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 6 14:15:46 2012 +0100

    backend: Plug the audio convert in the right place
    
    caps_filter ! scaletempo ! convert ! sink
    not:
    convert ! caps_filter ! scaletempo ! sink
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687483

 src/backend/bacon-video-widget.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit 091dbcd10de081b664a05756aecbf03af4715ebe
Author: Carlos Rafael Giani <dv@pseudoterminal.org>
Date:   Fri Nov 2 23:35:20 2012 +0100

    backend: added audio converters
    
    This makes the backend more robust in case either playbin's internal
    decodebin does not produce supported audio formats, or the audio sink
    cannot playback with the produced audio format.
    
    Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687483

 src/backend/bacon-video-widget.c | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

commit 9370ec9985b8fa528eb56072a9aaca34ed9ea57a
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Fri Nov 2 23:29:25 2012 +0000

    backend: really use scaletempo instead of soundpitch plugin
    
    The soundpitch plugin is irreparably broken, and the scaletempo
    offers the same features without the bugs, or the need to change
    the pitch ratio ourselves.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686391

 src/backend/bacon-video-widget.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)