mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
tests: audiointerleave: Remove drain with manual clock
Now that the queries go onto the queue, you may need to pull the crank in order for them to be processed, making this test difficult.
This commit is contained in:
parent
c402496916
commit
4b374ca3fb
1 changed files with 0 additions and 6 deletions
|
@ -980,7 +980,6 @@ GST_START_TEST (test_audiointerleave_2ch_smallbuf)
|
|||
GstHarness *h;
|
||||
GstHarness *h2;
|
||||
GstBuffer *buffer;
|
||||
GstQuery *q;
|
||||
gint i;
|
||||
GstEvent *ev;
|
||||
GstCaps *ecaps, *caps;
|
||||
|
@ -1050,11 +1049,6 @@ GST_START_TEST (test_audiointerleave_2ch_smallbuf)
|
|||
fail_unless_equals_uint64 (gst_clock_get_time (GST_ELEMENT_CLOCK
|
||||
(h->element)), 750 * GST_MSECOND);
|
||||
|
||||
/* Check that the queue is really empty */
|
||||
q = gst_query_new_drain ();
|
||||
gst_pad_peer_query (h->srcpad, q);
|
||||
gst_query_unref (q);
|
||||
|
||||
buffer = gst_harness_pull (h);
|
||||
sink_handoff_float32 (NULL, buffer, NULL, GUINT_TO_POINTER (3));
|
||||
gst_buffer_unref (buffer);
|
||||
|
|
Loading…
Reference in a new issue