gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash testsuite/sound_handler_test.cpp ChangeLog


From: Martin Guy
Subject: [Gnash-commit] gnash testsuite/sound_handler_test.cpp ChangeLog
Date: Fri, 18 May 2007 11:10:41 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/05/18 11:10:41

Modified files:
        testsuite      : sound_handler_test.cpp 
        .              : ChangeLog 

Log message:
                * backend/sound_handler_gst.cpp, 
testsuite/sound_handler_test.cpp:
                  Replace never-implemented stub declarations, symptom of a 
deeper ill.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/sound_handler_test.cpp?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3265&r2=1.3266

Patches:
Index: testsuite/sound_handler_test.cpp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/sound_handler_test.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- testsuite/sound_handler_test.cpp    18 May 2007 10:28:17 -0000      1.4
+++ testsuite/sound_handler_test.cpp    18 May 2007 11:10:40 -0000      1.5
@@ -15,7 +15,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-// $Id: sound_handler_test.cpp,v 1.4 2007/05/18 10:28:17 martinwguy Exp $
+// $Id: sound_handler_test.cpp,v 1.5 2007/05/18 11:10:40 martinwguy Exp $
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -372,6 +372,19 @@
 
 }
 
+void TEST_sound_handler::convert_raw_data(
+       int16_t** /*adjusted_data*/,
+       int* /*adjusted_size*/,
+       void* /*data*/,
+       int /*sample_count*/,
+       int /*sample_size*/,
+       int /*sample_rate*/,
+       bool /*stereo*/)
+{
+       gnash::log_msg("%s: unimplemented \n", __PRETTY_FUNCTION__);
+}
+
+
 gnash::sound_handler*  gnash::create_sound_handler_test()
 // Factory.
 {

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3265
retrieving revision 1.3266
diff -u -b -r1.3265 -r1.3266
--- ChangeLog   18 May 2007 10:28:17 -0000      1.3265
+++ ChangeLog   18 May 2007 11:10:40 -0000      1.3266
@@ -21,13 +21,14 @@
        * backend/sound_handler.h: Remove old adpcm_expand() decl
        * macros/x11.m4: Two typoes "if x${a} != xfoo"
        * utilities/parser.cpp: Shut compiler up
-       * backend/sound_handler_gst.cpp, testsuite/sound_handler_test.cpp,
-         testsuite/sound_handler_test.cpp:
+       * backend/sound_handler_gst.cpp, testsuite/sound_handler_test.cpp:
          Remove never-implemented stub declaration.
        * server/swf/tag_loaders.cpp: Rewrite of sample-reading code to decode
          all linear formats in one place.
        * backend/sound_handler_{sdl,gst}.cpp: Remove now unnecessary attempts
          at decoding other linear audio formats.
+       * backend/sound_handler_gst.cpp, testsuite/sound_handler_test.cpp:
+         Replace never-implemented stub declarations, symptom of a deeper ill.
 
 2007-05-17  Rob Savoye  <address@hidden>
 




reply via email to

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