diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rwxr-xr-x | tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh | 4 | 
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk> + +	* tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: +	Remove test sync-offset by default. +  2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>  	* gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain): diff --git a/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh b/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh index cf0d9033..b30787f4 100755 --- a/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh +++ b/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh @@ -42,8 +42,8 @@ DEST=127.0.0.1  # tuning parameters to make the sender send the streams out of sync. Can be used  # ot test the client RTCP synchronisation.  -#VOFFSET=500000000 -VOFFSET=900000000 +#VOFFSET=900000000 +VOFFSET=0  AOFFSET=0  # H264 encode from the source  | 
