CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/08/01 16:53:48
Modified files: . : ChangeLog backend : sound_handler.h Log message: Also comment fill_stream_data CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3900&r2=1.3901 http://cvs.savannah.gnu.org/viewcvs/gnash/backend/sound_handler.h?cvsroot=gnash&r1=1.22&r2=1.23 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3900 retrieving revision 1.3901 diff -u -b -r1.3900 -r1.3901 --- ChangeLog 1 Aug 2007 16:49:20 -0000 1.3900 +++ ChangeLog 1 Aug 2007 16:53:47 -0000 1.3901 @@ -1,6 +1,6 @@ 2007-08-01 Sandro Santilli <[EMAIL PROTECTED]> - * backend/sound_handler.h (create_sound): document ownership + * backend/sound_handler.h (create_sound, fill_stream_data): document ownership of the 'data' argument, and add a TODO item about changing the interface. Index: backend/sound_handler.h =================================================================== RCS file: /sources/gnash/gnash/backend/sound_handler.h,v retrieving revision 1.22 retrieving revision 1.23 diff -u -b -r1.22 -r1.23 --- backend/sound_handler.h 1 Aug 2007 16:49:20 -0000 1.22 +++ backend/sound_handler.h 1 Aug 2007 16:53:47 -0000 1.23 @@ -18,7 +18,7 @@ // // -/* $Id: sound_handler.h,v 1.22 2007/08/01 16:49:20 strk Exp $ */ +/* $Id: sound_handler.h,v 1.23 2007/08/01 16:53:47 strk Exp $ */ /// \page sound_handler_intro Sound handler introduction /// @@ -121,7 +121,8 @@ /// gnash's parser calls this to fill up soundstreams data // /// @param data - /// The sound data to be saved. + /// The sound data to be saved. Will be copied. + /// TODO: avoid the copy, if possible, getting ownership transferred instead /// /// @param data_bytes /// Size of the data in bytes _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit