gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-466-g55a4414
Date: Tue, 12 Jul 2011 08:05:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  55a441446fb57851dcc61a950083f9726df613f0 (commit)
      from  6747b523b0ac2cb848579e1656140a987b9a1048 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=55a441446fb57851dcc61a950083f9726df613f0


commit 55a441446fb57851dcc61a950083f9726df613f0
Author: Sandro Santilli <address@hidden>
Date:   Tue Jul 12 09:51:33 2011 +0200

    Have base MediaHandler use AudioDecoderSimple for UNCOMPRESSED sound.
    
    Without this fix the gstreamer MediaHandler would fail to support
    uncompressed sound. See comment #3 in patch #7575.

diff --git a/libmedia/MediaHandler.cpp b/libmedia/MediaHandler.cpp
index 81d9095..596ed8b 100644
--- a/libmedia/MediaHandler.cpp
+++ b/libmedia/MediaHandler.cpp
@@ -87,6 +87,7 @@ MediaHandler::createFlashAudioDecoder(const AudioInfo& info)
     {
         case media::AUDIO_CODEC_ADPCM:
         case media::AUDIO_CODEC_RAW:
+        case media::AUDIO_CODEC_UNCOMPRESSED:
         {
             std::auto_ptr<AudioDecoder> ret(new AudioDecoderSimple(info));
             return ret;

-----------------------------------------------------------------------

Summary of changes:
 libmedia/MediaHandler.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]