+2006-12-21 Stefan Kost <ensonic@users.sf.net>
+
+ * tests/check/elements/.cvsignore:
+ ignore more
+
+ * tests/check/elements/queue.c: (queue_overrun), (queue_underrun),
+ (GST_START_TEST):
+ try to narrow test failure
+
2006-12-21 David Schleef <ds@schleef.org>
* plugins/elements/gstfakesrc.c:
/* pushing gives away my reference ... */
gst_pad_push (mysrcpad, buffer1);
+ GST_DEBUG ("added 1st");
+ fail_unless (overrun_count == 0);
+ fail_unless (underrun_count == 0);
+
buffer2 = gst_buffer_new_and_alloc (4);
ASSERT_BUFFER_REFCOUNT (buffer2, "buffer", 1);
/* pushing gives away my reference ... */
gst_pad_push (mysrcpad, buffer2);
- GST_DEBUG ("filled");
-
+ GST_DEBUG ("added 2nd");
fail_unless (overrun_count == 0);
fail_unless (underrun_count == 0);