gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog backend/sound_handler.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog backend/sound_handler.h
Date: Wed, 01 Aug 2007 16:49:20 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/08/01 16:49:20

Modified files:
        .              : ChangeLog 
        backend        : sound_handler.h 

Log message:
                * backend/sound_handler.h (create_sound): document ownership
                  of the 'data' argument, and add a TODO item about changing
                  the interface.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3899&r2=1.3900
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/sound_handler.h?cvsroot=gnash&r1=1.21&r2=1.22

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3899
retrieving revision 1.3900
diff -u -b -r1.3899 -r1.3900
--- ChangeLog   1 Aug 2007 16:47:04 -0000       1.3899
+++ ChangeLog   1 Aug 2007 16:49:20 -0000       1.3900
@@ -1,3 +1,9 @@
+2007-08-01 Sandro Santilli <address@hidden>
+
+       * backend/sound_handler.h (create_sound): document ownership
+         of the 'data' argument, and add a TODO item about changing
+         the interface.
+
 2007-08-01 Udo Giacomozzi <address@hidden>
 
        * gui/gtk_glue_agg.cpp: Support the OLPC again

Index: backend/sound_handler.h
===================================================================
RCS file: /sources/gnash/gnash/backend/sound_handler.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- backend/sound_handler.h     27 Jul 2007 15:16:43 -0000      1.21
+++ backend/sound_handler.h     1 Aug 2007 16:49:20 -0000       1.22
@@ -18,7 +18,7 @@
 // 
 //
 
-/* $Id: sound_handler.h,v 1.21 2007/07/27 15:16:43 strk Exp $ */
+/* $Id: sound_handler.h,v 1.22 2007/08/01 16:49:20 strk Exp $ */
 
 /// \page sound_handler_intro Sound handler introduction
 ///
@@ -89,6 +89,8 @@
        //
        /// @param data
        /// The data to be stored. For soundstream this is NULL.
+       ///     If not NULL, the data is currently *copied*
+       ///     TODO: avoid the copy, if possible, getting ownership 
transferred instead
        ///
        /// @param data_bytes
        /// The size of the data to be stored. For soundstream this is 0.




reply via email to

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