summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-06-17 10:14:47 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-06-17 10:14:47 +0000
commit198224ef585541d4e82728fc3c60e132b8cee29c (patch)
treeddc706c5d0fed98fe355101a57a7a2b150678b82 /tests
parent51eb9bea8fe8ef05edf4125e701c59f9cf8de167 (diff)
gst/rtsp/URLS: Some more urls.
Original commit message from CVS: * gst/rtsp/URLS: Some more urls. * gst/smpte/barboxwipes.c: Add a comment * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Fix typo, add audioresample to the pipeline.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh b/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh
index b30787f4..d42b5126 100755
--- a/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh
+++ b/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh
@@ -57,10 +57,10 @@ VRTPSINK="udpsink port=5000 host=$DEST ts-offset=$VOFFSET name=vrtpsink"
VRTCPSINK="udpsink port=5001 host=$DEST sync=false async=false name=vrtcpsink"
VRTCPSRC="udpsrc port=5005 name=vrtpsrc"
-# PCMA encode from an the source
+# PCMA encode from the source
AELEM="alsasrc"
#AELEM="audiotestsrc is-live=1"
-ASOURCE="$AELEM ! queue ! audioconvert"
+ASOURCE="$AELEM ! queue ! audioresample ! audioconvert"
AENC="alawenc ! rtppcmapay"
ARTPSINK="udpsink port=5002 host=$DEST ts-offset=$AOFFSET name=artpsink"