summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-11-16 03:50:52 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-11-16 03:50:52 +0100
commit0081ffd7d7da0c86b181626cb0aed5e5b3e7d77d (patch)
treed587f99c160febbb5199045ef42c60510d66f9ea
parent9d6895e2ca09d17c345ea6b68e2f758be07d2f74 (diff)
fix some docsrename-events
-rw-r--r--gst/gstsegment.c2
-rw-r--r--gst/gstsegment.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/gst/gstsegment.c b/gst/gstsegment.c
index 8a72c002f..7bc1a9073 100644
--- a/gst/gstsegment.c
+++ b/gst/gstsegment.c
@@ -200,7 +200,7 @@ gst_segment_init (GstSegment * segment, GstFormat format)
* @update: boolean holding whether position was updated.
*
* Update the segment structure with the field values of a seek event (see
- * gst_event_new_seek()).
+ * gst_event_seek_new()).
*
* After calling this method, the segment field position and time will
* contain the requested new position in the segment. The new requested
diff --git a/gst/gstsegment.h b/gst/gstsegment.h
index 89addee4c..9427aa157 100644
--- a/gst/gstsegment.h
+++ b/gst/gstsegment.h
@@ -38,7 +38,7 @@ typedef struct _GstSegment GstSegment;
* @GST_SEEK_TYPE_END: relative position to duration is requested
*
* The different types of seek events. When constructing a seek event with
- * gst_event_new_seek() or when doing gst_segment_do_seek ().
+ * gst_event_seek_new() or when doing gst_segment_do_seek ().
*/
typedef enum {
/* one of these */
@@ -60,7 +60,7 @@ typedef enum {
* elements to skip frames instead of generating all
* frames. Since 0.10.22.
*
- * Flags to be used with gst_element_seek() or gst_event_new_seek(). All flags
+ * Flags to be used with gst_element_seek() or gst_event_seek_new(). All flags
* can be used together.
*
* A non flushing seek might take some time to perform as the currently