From 198224ef585541d4e82728fc3c60e132b8cee29c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 17 Jun 2008 10:14:47 +0000 Subject: 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. --- tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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" -- cgit