CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/30 09:55:31

Modified files:
        server/asobj   : NetStreamFfmpeg.h 

Log message:
        Add info about another caller for unpauseDecoding

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/NetStreamFfmpeg.h?cvsroot=gnash&r1=1.37&r2=1.38

Patches:
Index: NetStreamFfmpeg.h
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/NetStreamFfmpeg.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- NetStreamFfmpeg.h   29 May 2007 22:48:25 -0000      1.37
+++ NetStreamFfmpeg.h   30 May 2007 09:55:30 -0000      1.38
@@ -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.37 2007/05/29 22:48:25 strk Exp $ */
+/* $Id: NetStreamFfmpeg.h,v 1.38 2007/05/30 09:55:30 strk Exp $ */
 
 #ifndef __NETSTREAMFFMPEG_H__
 #define __NETSTREAMFFMPEG_H__
@@ -251,6 +251,7 @@
        //      - ::av_streamer() which locks
        //      - ::play() not locking but called by ::advance which locks
        //      - ::startPlayback() not locking but called by ::av_streamer
+       //      - ::advance() which locks
        //
        void unpauseDecoding();
 


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to