mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Remove test sync-offset by default.
Original commit message from CVS: * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Remove test sync-offset by default.
This commit is contained in:
parent
327741a21a
commit
81ec7c45ce
2 changed files with 7 additions and 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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue