diff --git a/gst/rist/gstristsink.c b/gst/rist/gstristsink.c index f7d298a346..b078ba430b 100644 --- a/gst/rist/gstristsink.c +++ b/gst/rist/gstristsink.c @@ -28,7 +28,7 @@ * stream passed to this element must be RTP payloaded already. Even though * RTP SSRC collision is rare in unidirectional streaming, this element expect * the upstream elements to obey to collision events and change the SSRC in - * use. Collision will ocure when tranmitting and receiving over multicast on + * use. Collision will occur when transmitting and receiving over multicast on * the same host. * * ## Example launch line diff --git a/gst/rist/gstristsrc.c b/gst/rist/gstristsrc.c index 9c6fa2815d..c94d0059d0 100644 --- a/gst/rist/gstristsrc.c +++ b/gst/rist/gstristsrc.c @@ -24,9 +24,9 @@ * @see_also: ristsink * * This element implements RIST TR-06-1 Simple Profile receiver. The stream - * produced by this element will be RTP payloaded. This element also implement + * produced by this element will be RTP payloaded. This element also implements * the URI scheme `rist://` allowing to render RIST streams in GStreamer based - * media players. The RIST uri handler also allow setting propertied through + * media players. The RIST URI handler also allows setting propertied through * the URI query. * * ## Example launch line