mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 00:28:21 +00:00
fixing typos
Original commit message from CVS: fixing typos
This commit is contained in:
parent
681588c843
commit
e40680565f
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue