summaryrefslogtreecommitdiff
path: root/gst/gstsegment.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-05-09 17:51:07 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2011-05-09 17:51:07 +0200
commitc07b57fc05fd75bf25306c5e4db01895d4f0c821 (patch)
treebf989fa9fbdd05aa91bcaf865c57cb4639a8b05d /gst/gstsegment.h
parentd63829fc9a700b557ad67ebf60c284f3416b4fc2 (diff)
downloadgstreamer-c07b57fc05fd75bf25306c5e4db01895d4f0c821.tar.gz
segment: remove _full version
Rename the _full versions of the functions to the normal function names.
Diffstat (limited to 'gst/gstsegment.h')
-rw-r--r--gst/gstsegment.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gst/gstsegment.h b/gst/gstsegment.h
index a1c4455674..4b1431b0a3 100644
--- a/gst/gstsegment.h
+++ b/gst/gstsegment.h
@@ -35,6 +35,7 @@ typedef struct _GstSegment GstSegment;
/**
* GstSegment:
* @rate: the rate of the segment
+ * @applied_rate: the already applied rate to the segment
* @format: the format of the segment values
* @flags: flags for this segment
* @start: the start of the segment
@@ -43,7 +44,6 @@ typedef struct _GstSegment GstSegment;
* @accum: accumulated segment
* @last_stop: last known stop time
* @duration: total duration of segment
- * @applied_rate: the already applied rate to the segment
*
* A helper structure that holds the configured region of
* interest in a media file.
@@ -84,8 +84,6 @@ void gst_segment_set_seek (GstSegment *segment, gdouble rate,
gboolean *update);
void gst_segment_set_newsegment (GstSegment *segment, gboolean update, gdouble rate,
- GstFormat format, gint64 start, gint64 stop, gint64 time);
-void gst_segment_set_newsegment_full (GstSegment *segment, gboolean update, gdouble rate,
gdouble applied_rate, GstFormat format, gint64 start,
gint64 stop, gint64 time);