Home
last modified time | relevance | path

Searched refs:testclock (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Ddtmf.c244 GstClock *testclock; variable
310 testclock = gst_test_clock_new (); in setup_rtpdtmfsrc()
317 fail_unless (gst_element_set_clock (dtmfsrc, testclock)); in setup_rtpdtmfsrc()
327 gst_object_unref (testclock); in teardown_dtmfsrc()
397 gst_test_clock_wait_for_next_pending_id (GST_TEST_CLOCK (testclock), NULL); in GST_START_TEST()
399 id = gst_test_clock_process_next_clock_id (GST_TEST_CLOCK (testclock)); in GST_START_TEST()
415 gst_test_clock_advance_time (GST_TEST_CLOCK (testclock), in GST_START_TEST()
417 gst_test_clock_wait_for_next_pending_id (GST_TEST_CLOCK (testclock), NULL); in GST_START_TEST()
419 id = gst_test_clock_process_next_clock_id (GST_TEST_CLOCK (testclock)); in GST_START_TEST()
439 fail_unless (gst_test_clock_peek_id_count (GST_TEST_CLOCK (testclock)) == 0); in GST_START_TEST()
[all …]
Drtpjitterbuffer.c763 GstTestClock *testclock; in GST_START_TEST() local
770 testclock = gst_harness_get_testclock (h); in GST_START_TEST()
784 fail_unless_equals_int (0, gst_test_clock_peek_id_count (testclock)); in GST_START_TEST()
819 gst_object_unref (testclock); in GST_START_TEST()
828 GstTestClock *testclock; in GST_START_TEST() local
837 testclock = gst_harness_get_testclock (h); in GST_START_TEST()
850 gst_test_clock_wait_for_next_pending_id (testclock, &id); in GST_START_TEST()
883 gst_object_unref (testclock); in GST_START_TEST()
1156 GstTestClock *testclock; in GST_START_TEST() local
1166 testclock = gst_harness_get_testclock (h); in GST_START_TEST()
[all …]
Drtpsession.c133 GstTestClock *testclock; member
181 h->testclock = GST_TEST_CLOCK_CAST (gst_test_clock_new ()); in session_harness_new()
182 gst_system_clock_set_default (GST_CLOCK_CAST (h->testclock)); in session_harness_new()
185 gst_element_set_clock (h->session, GST_CLOCK_CAST (h->testclock)); in session_harness_new()
216 gst_object_unref (h->testclock); in session_harness_free()
265 gst_test_clock_crank (h->testclock); in session_harness_crank_clock()
273 gst_test_clock_wait_for_next_pending_id (h->testclock, &pending); in session_harness_advance_and_crank()
274 gst_test_clock_advance_time (h->testclock, delta); in session_harness_advance_and_crank()
275 res = gst_test_clock_process_next_clock_id (h->testclock); in session_harness_advance_and_crank()
294 gst_test_clock_wait_for_next_pending_id (h->testclock, NULL); in session_harness_produce_rtcp()
[all …]
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c173 GstTestClock *testclock; member
693 priv->testclock = GST_TEST_CLOCK_CAST (gst_test_clock_new ()); in gst_harness_new_empty()
785 gst_object_replace ((GstObject **) & h->priv->testclock, in gst_harness_add_element_full()
1171 gst_object_replace ((GstObject **) & priv->testclock, NULL); in gst_harness_teardown()
1381 gst_element_set_clock (h->element, GST_CLOCK_CAST (h->priv->testclock)); in gst_harness_use_testclock()
1401 return gst_object_ref (h->priv->testclock); in gst_harness_get_testclock()
1420 gst_test_clock_set_time (h->priv->testclock, time); in gst_harness_set_time()
1446 return gst_test_clock_timed_wait_for_multiple_pending_ids (h->priv->testclock, in gst_harness_wait_for_clock_id_waits()
1472 return gst_test_clock_crank (h->priv->testclock); in gst_harness_crank_single_clock_wait()
1496 GstTestClock *testclock = h->priv->testclock; in gst_harness_crank_multiple_clock_waits() local
[all …]
/third_party/gstreamer/gstreamer/
DChangeLog4987 check: testclock: Check return values
6437 …gsttestclock.c:1073:F:testclock:test_late_crank:0: '1 * GST_SECOND' (1000000000) is not equal to '…
6578 testclock: added single clock id process function
7753 testclock: Allow calling crank with a past entry
10150 By moving the functionality down to the testclock, the implementation
10154 regularly, you would create contention on the testclock-lock, making code
10155 using the testclock (gst_clock_id_wait) fighting for the lock.
10940 check: testclock: fix deprecation guards
22806 testclock: add clock-type property
24295 testclock: add crank method
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog10894 tests: flvmux: Instead of using the testclock, just send eos event for drain
10895 When using the testclock for determining clock in test, it is sometimes observed
27946 * Remove unnecessary use of the testclock