Added segment helper structure and methods. Not fully implemented yet.
authorWim Taymans <wim.taymans@gmail.com>
Sun, 20 Nov 2005 19:11:09 +0000 (19:11 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 20 Nov 2005 19:11:09 +0000 (19:11 +0000)
commit2754334f05bb66dc208e6ce1b6182a99a2bbacf8
tree16a2093f12ffdbcf68fd65a15c09600f94e0bf5f
parentc05ba2d666ccaaf06e04443e0bf4b102f30a1567
Added segment helper structure and methods. Not fully implemented yet.

Original commit message from CVS:
* check/Makefile.am:
* check/gst/gstsegment.c: (GST_START_TEST), (gstevents_suite),
(main):
* gst/Makefile.am:
* gst/gst.h:
* gst/gstsegment.c: (gst_segment_init), (gst_segment_set_duration),
(gst_segment_set_seek), (gst_segment_set_newsegment),
(gst_segment_to_stream_time), (gst_segment_to_running_time),
(gst_segment_clip):
* gst/gstsegment.h:
Added segment helper structure and methods. Not fully implemented
yet.
Added segment check.
ChangeLog
check/Makefile.am
check/gst/gstsegment.c [new file with mode: 0644]
gst/Makefile.am
gst/gst.h
gst/gstsegment.c [new file with mode: 0644]
gst/gstsegment.h [new file with mode: 0644]
tests/check/Makefile.am
tests/check/gst/gstsegment.c [new file with mode: 0644]