gstreamer/tests/check/elements
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
..
.gitignore tests: add some basic unit tests for queue2 2011-04-07 20:50:04 +01:00
capsfilter.c Fix assertion in basetransform when the subclass chooses not to allocate a buffer in prepare_buffer(), and make capsf... 2008-09-28 21:19:15 +00:00
fakesink.c Rework GstSegment handling 2011-05-16 11:37:52 +02:00
fakesrc.c tests: make some tests compile 2011-03-28 20:08:46 +02:00
fdsrc.c query: allow _make_writable on query handlers 2011-05-10 18:36:33 +02:00
filesink.c Rework GstSegment handling 2011-05-16 11:37:52 +02:00
filesrc.c query: allow _make_writable on query handlers 2011-05-10 18:36:33 +02:00
funnel.c Remove pad_alloc, this can now be done better 2011-04-29 13:26:19 +02:00
identity.c tests: make some tests compile 2011-03-28 20:08:46 +02:00
multiqueue.c Rework GstSegment handling 2011-05-16 11:37:52 +02:00
queue.c Rework GstSegment handling 2011-05-16 11:37:52 +02:00
queue2.c tests: fix unusued-but-assigned-variable warnings with gcc 4.6 2011-04-11 15:08:30 +01:00
selector.c caps: remove caps from buffers and pads 2011-05-09 16:21:28 +02:00
tee.c caps: remove caps from buffers and pads 2011-05-09 16:21:28 +02:00
valve.c Remove pad_alloc, this can now be done better 2011-04-29 13:26:19 +02:00