gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/FLVParser.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog libbase/FLVParser.h
Date: Wed, 16 May 2007 17:38:23 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/16 17:38:23

Modified files:
        .              : ChangeLog 
        libbase        : FLVParser.h 

Log message:
        * libbase/FLVParser.h: class documentation.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3242&r2=1.3243
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/FLVParser.h?cvsroot=gnash&r1=1.6&r2=1.7

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3242
retrieving revision 1.3243
diff -u -b -r1.3242 -r1.3243
--- ChangeLog   16 May 2007 16:37:26 -0000      1.3242
+++ ChangeLog   16 May 2007 17:38:22 -0000      1.3243
@@ -1,3 +1,7 @@
+2007-05-16 Sandro Santilli <address@hidden>
+
+       * libbase/FLVParser.h: class documentation.
+
 2007-05-16 Tomas Groth Christensen <address@hidden>
 
        * server/asobj/NetStreamGst.{h,cpp}: Splitted buildFLVPipeline

Index: libbase/FLVParser.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/FLVParser.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- libbase/FLVParser.h 12 May 2007 09:59:44 -0000      1.6
+++ libbase/FLVParser.h 16 May 2007 17:38:23 -0000      1.7
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-// $Id: FLVParser.h,v 1.6 2007/05/12 09:59:44 tgc Exp $
+// $Id: FLVParser.h,v 1.7 2007/05/16 17:38:23 strk Exp $
 
 // Information about the FLV format can be found at http://osflash.org/flv
 
@@ -147,10 +147,13 @@
 };
 
 /// \brief
-/// The FLVParser class parses a FLV file, and can return
-/// video or audio frames for a specific time, or just
-/// get the next in the timeline.
-
+/// The FLVParser class parses an FLV stream, buffers audio/video frames
+/// and provides cursor-based access to them.
+//
+/// Cursor-based access allow seeking as close as possible to a specified time
+/// and fetching frames from there on, sequentially.
+/// See seek(), nextVideoFrame(), nextAudioFrame() and nextMediaFrame().
+///
 class FLVParser
 {
 




reply via email to

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