summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 21:56:51 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 21:56:51 +0000
commit054cbdcaef7a60b173944c54e1ac2c39ad09632c (patch)
treeba9dddb6281341f4ddbc0d6763af1fe318f5d3d1
parent1198f8dbb3dd862c8979031a5f1424d23e1ecc16 (diff)
downloadATCD-054cbdcaef7a60b173944c54e1ac2c39ad09632c.tar.gz
checked in orbsvcs/tests/AVStreams/mpeg.
-rw-r--r--TAO/ChangeLog-98c30
1 files changed, 30 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 6fdc26cd6db..2fb108d5c1b 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,33 @@
+Fri Oct 9 16:44:14 1998 Nagarajan Surendran <naga@cs.wustl.edu>
+
+ * orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Receiver.idl:
+ Added this new interface for the Trader Agent to push the server
+ mmdevice and the filenames to the mpeg client.
+
+ * orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/Command_Handler.{h,cpp}:
+ Added code to implement the Receiver interface.
+ Fixed memory leaks.
+ Fixed the code so that it works for multiple movies i.e
+ tears down the stream after every movie and starts a new
+ connection.
+ Also made code robust by using suspend and resume
+ handlers for the video client to wait for the initial frame from
+ the server.
+ Added an option to specify the data host to bind for
+ the data which can be used for specify an ATM interface.
+ Fixed the problem of Play command not playing from where
+ fastforward/rewind stopped.
+
+ * orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/ctr.cpp:
+
+ Removed some unnecessary and redundant code and moved them into
+ classes in Command_Handler.cpp.
+
+ * orbsvcs/tests/AVStreams/mpeg/source/client/vcr.cpp:
+
+ Fixed the code so that it passes the command line arguments
+ properly to the command_handler.
+
Fri Oct 9 16:27:46 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
* orbsvcs/tests/EC_Throughput/ECT_Supplier.h: