gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/backend sound_handler_gst.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/backend sound_handler_gst.cpp
Date: Mon, 30 Oct 2006 16:57:19 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/30 16:57:19

Modified files:
        backend        : sound_handler_gst.cpp 

Log message:
        Print error mess.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/sound_handler_gst.cpp?cvsroot=gnash&r1=1.23&r2=1.24

Patches:
Index: sound_handler_gst.cpp
===================================================================
RCS file: /sources/gnash/gnash/backend/sound_handler_gst.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- sound_handler_gst.cpp       30 Oct 2006 16:53:04 -0000      1.23
+++ sound_handler_gst.cpp       30 Oct 2006 16:57:18 -0000      1.24
@@ -18,7 +18,7 @@
 // Based on sound_handler_sdl.cpp by Thatcher Ulrich http://tulrich.com 2003
 // which has been donated to the Public Domain.
 
-/* $Id: sound_handler_gst.cpp,v 1.23 2006/10/30 16:53:04 nihilus Exp $ */
+/* $Id: sound_handler_gst.cpp,v 1.24 2006/10/30 16:57:18 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -680,12 +680,12 @@
        
        void attach_aux_streamer(aux_streamer_ptr /*ptr*/, void* /*owner*/)
        {
-               cerr << __PRETTY_FUNCTION__ << "ERROR: unimplemented!" << endl;
+               gnash::log_msg("%s: unimplemented \n", __PRETTY_FUNCTION__);
        }
 
        void detach_aux_streamer(void* /*owner*/)
        {
-               cerr << __PRETTY_FUNCTION__ << "ERROR: unimplemented!" << endl;
+               gnash::log_msg("%s: unimplemented \n", __PRETTY_FUNCTION__);
        }
 
        void convert_raw_data(
@@ -697,7 +697,7 @@
        int /*sample_rate*/,
        bool /*stereo*/)
        {
-               cerr << __PRETTY_FUNCTION__ << "ERROR: unimplemented!" << endl;
+               gnash::log_msg("%s: unimplemented \n", __PRETTY_FUNCTION__);
        }
 
 };




reply via email to

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