summaryrefslogtreecommitdiff
path: root/gst/rist/gstristsink.c
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2019-07-09 16:50:43 -0400
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>2019-08-09 17:45:51 +0000
commit324202d70b7c16afd0aa25b53bb9075ba6515f1e (patch)
tree40cd255b38740a6f4725cf30927fa224c51e8ba8 /gst/rist/gstristsink.c
parent16cbd0b75e55bf87cea42859f1bc7c573509053b (diff)
downloadgstreamer-plugins-bad-324202d70b7c16afd0aa25b53bb9075ba6515f1e.tar.gz
rist: Fix typo in the documentation
Diffstat (limited to 'gst/rist/gstristsink.c')
-rw-r--r--gst/rist/gstristsink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rist/gstristsink.c b/gst/rist/gstristsink.c
index 3502fadec..2e7f35354 100644
--- a/gst/rist/gstristsink.c
+++ b/gst/rist/gstristsink.c
@@ -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"
* ]|
*/