1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

o Use a smaller number for mediastreamer both receive and send

granularities (obtained from latest linphone 1.3.5)
o Bump PORTREVISION
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2006-05-06 02:46:47 +00:00
parent 0bbb7120fe
commit fd41e39d24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161461
3 changed files with 21 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= libjingle
PORTVERSION= 0.3.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,5 +1,14 @@
--- ./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;

View File

@ -0,0 +1,11 @@
--- talk/third_party/mediastreamer/msrtpsend.h.orig Fri May 5 23:32:24 2006
+++ talk/third_party/mediastreamer/msrtpsend.h Fri May 5 23:32:42 2006
@@ -34,7 +34,7 @@
#define MSRTPSEND_MAX_INPUTS 1 /* max input per filter*/
-#define MSRTPSEND_DEF_GRAN 4096/* the default granularity*/
+#define MSRTPSEND_DEF_GRAN 160 /* the default granularity*/
struct _MSRtpSend
{