Wim Taymans
|
cba26c9ed9
|
tests: handle unscheduled entries correctly
Make the testclock return GST_CLOCK_UNSCHEDULED when an unscheduled entry is
used for gst_clock_wait() or gst_clock_wait_async().
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=708605
|
2013-09-23 11:47:14 +02:00 |
|
Tim-Philipp Müller
|
0e66790134
|
check: testclock: fix function guards
Should be g_return_*() not g_assert(), even if it's for tests only.
|
2013-09-19 17:12:14 +01:00 |
|
Tim-Philipp Müller
|
cc4ba028ff
|
check: testclock: don't put code with side-effects in g_assert()
Fixes unit test failures when -DG_DISABLE_ASSERT is used.
https://bugzilla.gnome.org/show_bug.cgi?id=706551
|
2013-09-19 16:43:18 +01:00 |
|
Kjartan Maraas
|
280f557380
|
docs: some small gtk-doc markup fixes
https://bugzilla.gnome.org/show_bug.cgi?id=705156
|
2013-07-30 23:33:28 +01:00 |
|
Tim-Philipp Müller
|
fa368f2aa3
|
testclock: port to new GLib threading API
|
2012-11-14 10:55:15 +00:00 |
|
Tim-Philipp Müller
|
c6cc50e6de
|
testclock: minor cleanups, add since markers for gtk-doc
https://bugzilla.gnome.org/show_bug.cgi?id=683012
|
2012-11-13 22:43:04 +00:00 |
|
Sebastian Rasmussen
|
4eeb471e11
|
check: allow GstTestClock to handle clock notifications
API: gst_test_clock_peek_id_count()
API: gst_test_clock_has_id()
API: gst_test_clock_peek_next_pending_id()
API: gst_test_clock_wait_for_next_pending_id()
API: gst_test_clock_wait_for_pending_id_count()
API: gst_test_clock_process_next_clock_id()
API: gst_test_clock_get_next_entry_time()
https://bugzilla.gnome.org/show_bug.cgi?id=683012
|
2012-11-13 21:47:01 +00:00 |
|
Sebastian Rasmussen
|
e58da2a22d
|
check: add GstTestClock as a deterministic clock for testing
API: GstTestClock
API: gst_test_clock_new()
API: gst_test_clock_new_with_start_time()
API: gst_test_clock_set_time()
API: gst_test_clock_advance_time()
https://bugzilla.gnome.org/show_bug.cgi?id=683012
|
2012-11-13 21:19:57 +00:00 |
|