fixing typos

Original commit message from CVS:
fixing typos
This commit is contained in:
Thomas Vander Stichele 2004-04-21 10:06:37 +00:00
parent 681588c843
commit e40680565f

View file

@ -277,12 +277,13 @@ gst_event_new_discontinuous (gboolean new_media, GstFormat format1, ...)
/** /**
* gst_event_discont_get_value: * gst_event_discont_get_value:
* @event: The event to query * @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 * @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 gboolean
gst_event_discont_get_value (GstEvent * event, GstFormat format, gint64 * value) gst_event_discont_get_value (GstEvent * event, GstFormat format, gint64 * value)