gstreamer/tests/check/libs
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 libscpp unit test to make sure g++ likes our library headers 2011-03-23 20:53:00 +00:00
adapter.c buffer: more API tweaks 2011-03-30 16:47:55 +02:00
basesink.c basesink: add accessors for the enable-last-buffer property. 2010-07-06 16:39:18 +02:00
basesrc.c Rework GstSegment handling 2011-05-16 11:37:52 +02:00
bitreader.c memory: more work on implementing buffer memory 2011-03-28 20:08:46 +02:00
bytereader.c memory: more work on implementing buffer memory 2011-03-28 20:08:46 +02:00
bytewriter.c bytewriter: Adds a test for _fill 2010-02-12 17:23:29 -03:00
collectpads.c Correct all relevant warnings found by the sparse semantic code analyzer. This include marking several symbols static... 2008-02-29 12:41:33 +00:00
controller.c tests: make *_get_type() in tests thread safe 2010-07-21 21:08:32 +01:00
gdp.c check: remove deprecated tests 2010-12-07 15:21:06 +01:00
gstlibscpp.cc tests: add libscpp unit test to make sure g++ likes our library headers 2011-03-23 20:53:00 +00:00
gstnetclientclock.c And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
gstnettimeprovider.c win32: Fix build failures of tests 2010-03-11 21:02:45 +01:00
libsabi.c libsabi: Add lots of new structures for x86-64 2011-03-31 10:46:40 +02:00
struct_arm.h tests: add abi check data for ARM (libs) 2011-02-24 15:12:57 +02:00
struct_hppa.h And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
struct_i386.h And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
struct_ppc32.h And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
struct_ppc64.h And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
struct_sparc.h tests/check/: Add Sparc ABI checks 2008-10-07 15:12:21 +00:00
struct_x86_64.h libsabi: Add lots of new structures for x86-64 2011-03-31 10:46:40 +02:00
test_transform.c Remove pad_alloc, this can now be done better 2011-04-29 13:26:19 +02:00
transform1.c caps: remove caps from buffers and pads 2011-05-09 16:21:28 +02:00
typefindhelper.c memory: more work on implementing buffer memory 2011-03-28 20:08:46 +02:00