examples: fix typo in port of rtp examples

This commit is contained in:
Thijs Vermeir 2010-09-30 11:33:24 +02:00
parent a461b94629
commit 92a1adfde8
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# A simple RTP receiver
#
# receives H264 encoded RTP video on port 5000, RTCP is received on port 5001.
# the receiver RTCP reports are sent to port 5006
# the receiver RTCP reports are sent to port 5005
# receives alaw encoded RTP audio on port 5002, RTCP is received on port 5003.
# the receiver RTCP reports are sent to port 5007
#

View file

@ -3,7 +3,7 @@
# A simple RTP receiver
#
# receives H264 encoded RTP video on port 5000, RTCP is received on port 5001.
# the receiver RTCP reports are sent to port 5006
# the receiver RTCP reports are sent to port 5005
#
# .-------. .----------. .---------. .-------. .-----------.
# RTP |udpsrc | | rtpbin | |h264depay| |h264dec| |xvimagesink|