Update libjingle to 50654631.

R=mallinath@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2000006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4519 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/talk/media/sctp/sctpdataengine.h b/talk/media/sctp/sctpdataengine.h
index b0d44d3..d62eff1 100644
--- a/talk/media/sctp/sctpdataengine.h
+++ b/talk/media/sctp/sctpdataengine.h
@@ -218,8 +218,8 @@
   bool sending_;
   // receiving_ controls whether inbound packets are thrown away.
   bool receiving_;
-  std::vector<StreamParams> send_streams_;
-  std::vector<StreamParams> recv_streams_;
+  // Unified send/receive streams, as each is bidirectional.
+  std::vector<StreamParams> streams_;
 
   // A human-readable name for debugging messages.
   std::string debug_name_;