segment: Replaced gst_segment_to_position with gst_segment_position_from_running_time
authorVivia Nikolaidou <vivia@ahiru.eu>
Wed, 2 Sep 2015 14:58:38 +0000 (17:58 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 25 Sep 2015 22:00:08 +0000 (00:00 +0200)
commit44ba1565d932952979959b8b17c3daf635db9bd6
treea9f691a73e76daced603ade0455c763f1e1309c5
parent572c7c6b9a0d5d52062a8523ad0b26712b726994
segment: Replaced gst_segment_to_position with gst_segment_position_from_running_time

gst_segment_to_position might cause confusion, especially with the addition of
gst_segment_position_from_stream_time . Deprecated gst_segment_to_position
now, and replaced it with gst_segment_position_from_running_time.

Also added unit tests.
docs/gst/gstreamer-sections.txt
gst/gstsegment.c
gst/gstsegment.h
libs/gst/base/gstbasesink.c
tests/check/gst/gstsegment.c
win32/common/libgstreamer.def