fixing typos
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 21 Apr 2004 10:06:37 +0000 (10:06 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 21 Apr 2004 10:06:37 +0000 (10:06 +0000)
Original commit message from CVS:
fixing typos

gst/gstevent.c

index d07748202f4f2f2db513074c610803c3b1dff08e..a943906f57b85f6c3a31548d5d5777970f3b1378 100644 (file)
@@ -277,12 +277,13 @@ gst_event_new_discontinuous (gboolean new_media, GstFormat format1, ...)
 /**
  * gst_event_discont_get_value:
  * @event: The event to query
- * @format: The format of the discont value
+ * @format: The format of the discontinuous value
  * @value: A pointer to the value
  *
- * Get the value for the given format in the dicont event.
+ * Get the value for the given format in the discontinous event.
  *
- * Returns: TRUE if the discont event caries the specified format/value pair.
+ * Returns: TRUE if the discontinuous event carries the specified
+ * format/value pair.
  */
 gboolean
 gst_event_discont_get_value (GstEvent * event, GstFormat format, gint64 * value)