rist: Fix typo in the documentation

This commit is contained in:
Olivier Crête 2019-07-09 16:50:43 -04:00 committed by Olivier Crête
parent 16cbd0b75e
commit 324202d70b
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@
*
* ## Exmaple launch line for bonding
* |[
* gst-launch-1.0 udpsrc ! tsparse set-timestamp=1 ! rtpmp2pay ! \
* gst-launch-1.0 udpsrc ! tsparse set-timestamps=1 ! rtpmp2tpay ! \
* ristsink bonding-addresses="10.0.0.1:5004,11.0.0.1:5006"
* ]|
*/

View file

@ -42,7 +42,7 @@
*
* ## Example launch line for bonding
* |[
* gst-launch-1.0 ristsrc bonding-addresses="10.0.0.1:5004,11.0.0.1:5006" ! rtpmp2depay ! udpsink
* gst-launch-1.0 ristsrc bonding-addresses="10.0.0.1:5004,11.0.0.1:5006" ! rtpmp2tdepay ! udpsink
* gst-play-1.0 "rist://0.0.0.0:5004?bonding-addresses=10.0.0.1:5004,11.0.0.1:5006"
* ]|
*/