gstreamer/tests/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
..
elements Rework GstSegment handling 2011-05-16 11:37:52 +02:00
generic Rework GstSegment handling 2011-05-16 11:37:52 +02:00
gst Rework GstSegment handling 2011-05-16 11:37:52 +02:00
libs Rework GstSegment handling 2011-05-16 11:37:52 +02:00
pipelines parse: don't unescape inside quotes 2011-05-05 12:30:05 +02:00
.gitignore tests/check/.cvsignore: Ignore test-registry.xml as well. 2007-01-09 14:38:11 +00:00
Makefile.am Merge branch 'master' into 0.11 2011-04-11 10:26:54 +02:00