gstreamer/libs/gst/check
Wim Taymans bdbc069348 Rework GstSegment handling
Improve GstSegment, rename some fields. The idea is to have the GstSegment
structure represent the timing structure of the buffers as they are generated by
the source or demuxer element.
gst_segment_set_seek() -> gst_segment_do_seek()
Rename the NEWSEGMENT event to SEGMENT.
Make parsing of the SEGMENT event into a GstSegment structure.
Pass a GstSegment structure when making a new SEGMENT event. This allows us to
pass the timing info directly to the next element. No accumulation is needed in
the receiving element, all the info is inside the element.
Remove gst_segment_set_newsegment(): This function as used to accumulate
segments received from upstream, which is now not needed anymore because the
segment event contains the complete timing information.
2011-05-16 11:37:52 +02:00
..
libcheck check: patch internal check copy some more so that failures actually fail 2010-01-05 01:41:18 +00:00
.gitignore check: use private copy of check for libgstcheck 2009-08-06 17:27:12 +01:00
gstbufferstraw.c Add more missing docs. 2007-08-13 13:33:07 +00:00
gstbufferstraw.h libs/gst/check/: Add G_BEGIN_DECLS and G_END_DECLS. Move GST_CHECK_MAIN where it belongs. 2007-01-12 12:48:25 +00:00
gstcheck.c base: avoid using buffer caps 2011-05-08 12:46:17 +02:00
gstcheck.h buffer: more fixes 2011-03-28 20:08:47 +02:00
gstconsistencychecker.c Rework GstSegment handling 2011-05-16 11:37:52 +02:00
gstconsistencychecker.h check: make new GstStreamConsistency structure private 2009-07-28 15:26:42 +01:00
Makefile.am Merge branch 'master' into 0.11 2011-04-16 16:06:02 +02:00