CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/05/29 09:54:12
Modified files: server/asobj : NetStreamFfmpeg.h Log message: Add info about audio_streamer call environment CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/NetStreamFfmpeg.h?cvsroot=gnash&r1=1.33&r2=1.34 Patches: Index: NetStreamFfmpeg.h =================================================================== RCS file: /sources/gnash/gnash/server/asobj/NetStreamFfmpeg.h,v retrieving revision 1.33 retrieving revision 1.34 diff -u -b -r1.33 -r1.34 --- NetStreamFfmpeg.h 28 May 2007 19:27:20 -0000 1.33 +++ NetStreamFfmpeg.h 29 May 2007 09:54:11 -0000 1.34 @@ -15,7 +15,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -/* $Id: NetStreamFfmpeg.h,v 1.33 2007/05/28 19:27:20 tgc Exp $ */ +/* $Id: NetStreamFfmpeg.h,v 1.34 2007/05/29 09:54:11 strk Exp $ */ #ifndef __NETSTREAMFFMPEG_H__ #define __NETSTREAMFFMPEG_H__ @@ -193,7 +193,12 @@ // The decoding thread. Sets up the decoder, and decodes. static void av_streamer(NetStreamFfmpeg* ns); - // Callback used by the soundhandler to get audio data + /// Callback used by sound_handler to get audio data + // + /// This is a sound_handler::aux_streamer_ptr type. + /// + /// It will be invoked by a separate thread (neither main, nor decoder thread). + /// static bool audio_streamer(void *udata, uint8_t *stream, int len); private: _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit