gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9978: add enum value for createStrea


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9978: add enum value for createStream reponse.
Date: Tue, 10 Feb 2009 17:29:12 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9978
committer: address@hidden
branch nick: rtmp
timestamp: Tue 2009-02-10 17:29:12 +0100
message:
  add enum value for createStream reponse.
modified:
  libnet/rtmp_msg.h
=== modified file 'libnet/rtmp_msg.h'
--- a/libnet/rtmp_msg.h 2009-02-04 21:20:09 +0000
+++ b/libnet/rtmp_msg.h 2009-02-10 16:29:12 +0000
@@ -80,7 +80,10 @@
        SO_CREATION_FAILED,
        SO_NO_READ_ACCESS,
        SO_NO_WRITE_ACCESS,
-       SO_PERSISTENCE_MISMATCH
+       SO_PERSISTENCE_MISMATCH,
+       // Anything below here is specific to Gnash's implementation
+       NS_CREATE_STREAM,
+       NS_DELETE_STREAM
     } rtmp_status_e;
     typedef enum {
        FROM_SERVER,                      // Flash com server


reply via email to

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