gstsegment.h | gstsegment.h | |||
---|---|---|---|---|
skipping to change at line 98 | skipping to change at line 98 | |||
gboolean *update); | gboolean *update); | |||
void gst_segment_set_newsegment (GstSegment *segment, gboolean update, gdouble rate, | void gst_segment_set_newsegment (GstSegment *segment, gboolean update, gdouble rate, | |||
GstFormat format, gint64 star t, gint64 stop, gint64 time); | GstFormat format, gint64 star t, gint64 stop, gint64 time); | |||
void gst_segment_set_newsegment_full (GstSegment *segment, gboolean update, gdouble rate, | void gst_segment_set_newsegment_full (GstSegment *segment, gboolean update, gdouble rate, | |||
gdouble applied_rate, GstForm at format, gint64 start, | gdouble applied_rate, GstForm at format, gint64 start, | |||
gint64 stop, gint64 time); | gint64 stop, gint64 time); | |||
gint64 gst_segment_to_stream_time (GstSegment *segment, GstForma t format, gint64 position); | gint64 gst_segment_to_stream_time (GstSegment *segment, GstForma t format, gint64 position); | |||
gint64 gst_segment_to_running_time (GstSegment *segment, GstForma t format, gint64 position); | gint64 gst_segment_to_running_time (GstSegment *segment, GstForma t format, gint64 position); | |||
gint64 gst_segment_to_position (GstSegment *segment, GstForma t format, gint64 running_time); | ||||
gboolean gst_segment_clip (GstSegment *segment, GstForma t format, gint64 start, | gboolean gst_segment_clip (GstSegment *segment, GstForma t format, gint64 start, | |||
gint64 stop, gint64 *clip_sta rt, gint64 *clip_stop); | gint64 stop, gint64 *clip_sta rt, gint64 *clip_stop); | |||
gboolean gst_segment_set_running_time (GstSegment *segment, GstForma | ||||
t format, gint64 running_time); | ||||
G_END_DECLS | G_END_DECLS | |||
#endif /* __GST_SEGMENT_H__ */ | #endif /* __GST_SEGMENT_H__ */ | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |