gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9607: use decodeMsgBody() instead of


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9607: use decodeMsgBody() instead of processMsg()
Date: Wed, 27 Aug 2008 19:24:50 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9607
committer: address@hidden
branch nick: rtmp
timestamp: Wed 2008-08-27 19:24:50 -0600
message:
  use decodeMsgBody() instead of processMsg()
modified:
  utilities/rtmpget.cpp
=== modified file 'utilities/rtmpget.cpp'
--- a/utilities/rtmpget.cpp     2008-08-18 23:35:08 +0000
+++ b/utilities/rtmpget.cpp     2008-08-28 01:24:50 +0000
@@ -414,7 +414,7 @@
            if ((ptr->size() >= 0) && (ptr->size() <= 0xffff)) {
                que->pop_front();       // delete the item from the queue
                RTMP::rtmp_head_t *rthead = client.decodeHeader(ptr);
-               msg2 = client.processMsg(ptr);
+               msg2 = client.decodeMsgBody(ptr);
                if (msg2 == 0) {
 //                 log_error("Couldn't process the RTMP message!");
                    continue;


reply via email to

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