summaryrefslogtreecommitdiff
path: root/gst/gstevent.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-08-31 15:27:55 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-08-31 15:27:55 +0000
commite5d298f4f449cc4bfe8005b58e41e13ac248f6b9 (patch)
tree289e7004687db23c46ec6baca6eb1c7234707cca /gst/gstevent.c
parent1561a0767a616ed2a3b2802dba070129c8d6b98e (diff)
docs/faq/gst-uninstalled: add -good
Original commit message from CVS: * docs/faq/gst-uninstalled: add -good * gst/gstevent.c: * gst/gstevent.h: remove wrong docs * gst/gstutils.c: (gst_element_link_filtered): * gst/gstutils.h: add gst_element_link_filtered
Diffstat (limited to 'gst/gstevent.c')
-rw-r--r--gst/gstevent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstevent.c b/gst/gstevent.c
index 76189883c..e323998dd 100644
--- a/gst/gstevent.c
+++ b/gst/gstevent.c
@@ -31,7 +31,7 @@
* provided macros. The event should be unreferenced with gst_event_unref().
*
* gst_event_new_seek() is a usually used to create a seek event and it takes
- * the needed parameters for a seek event.
+ * the needed parameters for a seek event.
*
* gst_event_new_flush() creates a new flush event.
*/
@@ -489,7 +489,7 @@ gst_event_parse_qos (GstEvent * event, gdouble * proportion,
*
* Allocate a new seek event with the given parameters.
*
- * The seek event configures playback of the pipeline from
+ * The seek event configures playback of the pipeline from
* @cur to @stop at the speed given in @rate.
* The @cur and @stop values are expressed in format @format.
*