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 10:28:17 +0000

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

Modified files:
        testsuite      : sound_handler_test.cpp 
        .              : ChangeLog 

Log message:
                * testsuite/sound_handler_test.cpp:
                  Remove never-implemented stub declaration.

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

Patches:
Index: testsuite/sound_handler_test.cpp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/sound_handler_test.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testsuite/sound_handler_test.cpp    13 Apr 2007 07:35:57 -0000      1.3
+++ testsuite/sound_handler_test.cpp    18 May 2007 10:28:17 -0000      1.4
@@ -15,7 +15,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-// $Id: sound_handler_test.cpp,v 1.3 2007/04/13 07:35:57 bjacques Exp $
+// $Id: sound_handler_test.cpp,v 1.4 2007/05/18 10:28:17 martinwguy Exp $
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -372,18 +372,6 @@
 
 }
 
-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.3264
retrieving revision 1.3265
diff -u -b -r1.3264 -r1.3265
--- ChangeLog   18 May 2007 10:25:43 -0000      1.3264
+++ ChangeLog   18 May 2007 10:28:17 -0000      1.3265
@@ -21,7 +21,8 @@
        * 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:
+       * backend/sound_handler_gst.cpp, testsuite/sound_handler_test.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.




reply via email to

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