mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rist: Fix typo in the documentation
This commit is contained in:
parent
16cbd0b75e
commit
324202d70b
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
* ]|
|
||||
*/
|
||||
|
|
|
@ -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"
|
||||
* ]|
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue