docs: fix some typos

This commit is contained in:
Wim Taymans 2010-04-06 17:46:36 +02:00
parent a120f9f4e6
commit 08b7865f24

View file

@ -27,7 +27,7 @@
* a pipeline * a pipeline
* @see_also: #GstPad, #GstElement * @see_also: #GstPad, #GstElement
* *
* The event class provides factory methods to construct event for sending * The event class provides factory methods to construct events for sending
* and functions to query (parse) received events. * and functions to query (parse) received events.
* *
* Events are usually created with gst_event_new_*() which takes event-type * Events are usually created with gst_event_new_*() which takes event-type
@ -476,7 +476,7 @@ gst_event_new_flush_stop (void)
* When all sinks have posted an EOS message, an EOS message is * When all sinks have posted an EOS message, an EOS message is
* forwarded to the application. * forwarded to the application.
* *
* The EOS event itself will no cause any state transitions of the pipeline. * The EOS event itself will not cause any state transitions of the pipeline.
* *
* Returns: The new EOS event. * Returns: The new EOS event.
*/ */