gstreamer/testsuite
Benjamin Otte 1e82f617e4 gst/gstclock.*: deprecate old interface and disable functions that aren't in use anymore.
Original commit message from CVS:
2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
(gst_clock_set_speed), (gst_clock_set_active),
(gst_clock_is_active), (gst_clock_reset),
(gst_clock_handle_discont):
* gst/gstclock.h:
deprecate old interface and disable functions that aren't in use
anymore.
* gst/gstelement.h:
* gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
(gst_element_set_time), (gst_element_adjust_time):
add concept of "element time" and functions to get/set this time.
* gst/gstelement.c: (gst_element_change_state):
update element time correctly.
* gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
This is a debug message, not a g_critical.
* gst/gstpad.c: (gst_pad_event_default):
handle discontinuous events right with element time.
* gst/gstscheduler.c: (gst_scheduler_state_transition):
update to clocking fixes.
set clocks on elements in READY=>PAUSED. The old behaviour caused
a wrong element time on the first element that started playing.
* gst/schedulers/gstbasicscheduler.c:
(gst_basic_scheduler_class_init):
* gst/schedulers/gstoptimalscheduler.c:
(gst_opt_scheduler_class_init):
remove code that just implements the default behaviour.
* gst/elements/gstfakesink.c: (gst_fakesink_chain):
update to use new clocking functions
* testsuite/clock/clock1.c: (gst_clock_debug), (main):
* testsuite/clock/clock2.c: (gst_clock_debug), (main):
update to test new element time.
* gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
use _get_allowed_caps instead of _get_caps. This catches filtered
caps correctly.
* testsuite/debug/commandline.c:
update for new GST_DEBUG syntax.
* testsuite/threads/Makefile.am:
disable a test that only works sometimes.
2004-01-14 00:46:48 +00:00
..
bins add tests for gst_bin_get_(all_)by_interface 2003-12-16 19:32:27 +00:00
bytestream Merge CAPS branch 2003-12-22 01:39:35 +00:00
caps update - this is huge, because it includes *.bb, *.bbg and *.da files which are generated for gcov. 2004-01-12 16:53:23 +00:00
cleanup update - this is huge, because it includes *.bb, *.bbg and *.da files which are generated for gcov. 2004-01-12 16:53:23 +00:00
clock gst/gstclock.*: deprecate old interface and disable functions that aren't in use anymore. 2004-01-14 00:46:48 +00:00
debug gst/gstclock.*: deprecate old interface and disable functions that aren't in use anymore. 2004-01-14 00:46:48 +00:00
dynparams update - this is huge, because it includes *.bb, *.bbg and *.da files which are generated for gcov. 2004-01-12 16:53:23 +00:00
elements Disable code which does stuff we don't approve of 2003-12-22 18:58:58 +00:00
indexers Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tes... 2003-10-15 01:25:41 +00:00
parse Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tes... 2003-10-15 01:25:41 +00:00
plugin update - this is huge, because it includes *.bb, *.bbg and *.da files which are generated for gcov. 2004-01-12 16:53:23 +00:00
refcounting cosmetic fix 2003-11-04 05:47:28 +00:00
states Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tes... 2003-10-15 01:25:41 +00:00
tags oops, forgot to add tests 2003-11-24 02:27:51 +00:00
threads gst/gstclock.*: deprecate old interface and disable functions that aren't in use anymore. 2004-01-14 00:46:48 +00:00
.gitignore update - this is huge, because it includes *.bb, *.bbg and *.da files which are generated for gcov. 2004-01-12 16:53:23 +00:00
gst-inspect-check make gst-inspect-gui call the proper gst-inspect 2002-05-11 23:33:32 +00:00
Makefile.am undist caps2 2003-12-22 05:34:13 +00:00
Rules make the plugin path more restrictive 2003-11-19 22:59:19 +00:00
test_gst_init.c Updated test to have a comment explaining its purpose (very important this, especially for regression tests), and to ... 2001-03-09 12:29:51 +00:00