From 0ab956d2c2839c1482a12ecc660e86f019f3c83f Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Tue, 20 Jan 2015 10:35:47 -0300 Subject: [PATCH] docs: fix typo in GstEvent docs send -> sent --- gst/gstevent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstevent.c b/gst/gstevent.c index b07f59b..4d48b9a 100644 --- a/gst/gstevent.c +++ b/gst/gstevent.c @@ -1440,7 +1440,7 @@ gst_event_parse_sink_message (GstEvent * event, GstMessage ** msg) * * Source elements, demuxers and other elements that create new streams * are supposed to send this event as the first event of a new stream. It - * should not be send after a flushing seek or in similar situations + * should not be sent after a flushing seek or in similar situations * and is used to mark the beginning of a new logical stream. Elements * combining multiple streams must ensure that this event is only forwarded * downstream once and not for every single input stream. -- 2.7.4