From 323be2b1d4bbdeb6dd6bc92c3475ebc320fbf7fd Mon Sep 17 00:00:00 2001 From: rjongbloed Date: Sat, 20 Aug 2005 07:35:22 +0000 Subject: [PATCH] Set video RTP timestamps to value dirived from real time clock. --- include/opal/mediastrm.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/opal/mediastrm.h b/include/opal/mediastrm.h index 57af5990..84afdb00 100644 --- a/include/opal/mediastrm.h +++ b/include/opal/mediastrm.h @@ -25,6 +25,9 @@ * Contributor(s): ______________________________________. * * $Log$ + * Revision 2.25 2005/08/20 07:35:22 rjongbloed + * Set video RTP timestamps to value dirived from real time clock. + * * Revision 2.24 2005/08/04 17:23:38 dsandras * Added function to determine if a stream is open or not. * @@ -694,6 +697,7 @@ class OpalVideoMediaStream : public OpalMediaStream PVideoInputDevice * inputDevice; PVideoOutputDevice * outputDevice; BOOL autoDelete; + PTimeInterval lastGrabTime; }; -- 2.11.4.GIT