Added GstBin test.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 9 Mar 2005 16:10:59 +0000 (16:10 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 9 Mar 2005 16:10:59 +0000 (16:10 +0000)
commit6cacf76cd9c104859ee3292d6ed64490e6b4a7b3
treece12a4060ff72ab174a0f4069adbc4322de54306
parentc6a7adc9d48c5f1f470da7badf81c6f880949610
Added GstBin test.

Original commit message from CVS:
Added GstBin test.
Added GstSystemClock test.
Implemented clock distribution code in GstBin.
Implemented iterate sinks method for future use.
Rearranged gstelement.h
Fix GstIterator comparison bug.
Moved some code to GstPipeline, mostly clocking related.
19 files changed:
ChangeLog
check/Makefile.am
check/gst/gstbin.c [new file with mode: 0644]
check/gst/gstsystemclock.c [new file with mode: 0644]
gst/gstbin.c
gst/gstbin.h
gst/gstelement.c
gst/gstelement.h
gst/gstiterator.c
gst/gstpad.c
gst/gstpipeline.c
gst/gstutils.h
gst/schedulers/entryscheduler.c
gst/schedulers/gstbasicscheduler.c
tests/check/Makefile.am
tests/check/gst/gstbin.c [new file with mode: 0644]
tests/check/gst/gstsystemclock.c [new file with mode: 0644]
tests/old/testsuite/bins/interface.c
testsuite/bins/interface.c