summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-01-15 11:12:08 +0100
committerWim Taymans <wtaymans@redhat.com>2014-01-15 11:14:48 +0100
commit87cdd96270facab373eb62f659bbc6cc6695409f (patch)
tree12b463622f1a2ce6fcd5aeeeb57417d53082c1a3
parent13c6f035ed2ab49b146db3ab8592e4604374e319 (diff)
downloadgstreamer-87cdd96270facab373eb62f659bbc6cc6695409f.tar.gz
segment: gst_segment_offset_running_time() will be available in 1.2.3
-rw-r--r--gst/gstsegment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstsegment.c b/gst/gstsegment.c
index f51af9b00c..cb6d19c247 100644
--- a/gst/gstsegment.c
+++ b/gst/gstsegment.c
@@ -722,7 +722,7 @@ gst_segment_set_running_time (GstSegment * segment, GstFormat format,
* Adjust the values in @segment so that @offset is applied to all
* future running-time calculations.
*
- * Since: 1.4
+ * Since: 1.2.3
*
* Returns: %TRUE if the segment could be updated successfully. If %FALSE is
* returned, @offset is not in @segment.