ports/net-im/libjingle/files/patch-talk__third_party__mediastreamer__msrtprecv.h
Mario Sergio Fujikawa Ferreira fd41e39d24 o Use a smaller number for mediastreamer both receive and send
granularities (obtained from latest linphone 1.3.5)
o Bump PORTREVISION
2006-05-06 02:46:47 +00:00

20 lines
557 B
C

--- ./talk/third_party/mediastreamer/msrtprecv.h.orig Thu Mar 16 18:43:05 2006
+++ ./talk/third_party/mediastreamer/msrtprecv.h Fri Apr 21 10:56:34 2006
@@ -34,7 +34,7 @@
#define MSRTPRECV_MAX_OUTPUTS 1 /* max output per filter*/
-#define MSRTPRECV_DEF_GRAN 4096 /* the default granularity*/
+#define MSRTPRECV_DEF_GRAN 320 /* the default granularity*/
struct _MSRtpRecv
{
@@ -47,6 +47,8 @@
RtpSession *rtpsession;
guint32 prev_ts;
gint stream_started;
+ gint payload_expected;
+ gboolean ignore;
};
typedef struct _MSRtpRecv MSRtpRecv;