From: Wim Taymans Date: Sun, 17 Jul 2005 22:44:00 +0000 (+0000) Subject: check/gst/gstbin.c: Remove bogus test. X-Git-Tag: RELEASE-0_9_2~220 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d531c895ed5e83a4102b68eb316b0c3971f0361;p=platform%2Fupstream%2Fgstreamer.git check/gst/gstbin.c: Remove bogus test. Original commit message from CVS: * check/gst/gstbin.c: (GST_START_TEST): Remove bogus test. --- diff --git a/ChangeLog b/ChangeLog index 8bc6b59..cf9f020 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-07-18 Wim Taymans + * check/gst/gstbin.c: (GST_START_TEST): + Remove bogus test. + +2005-07-18 Wim Taymans + * gst/base/gstbasesink.c: (gst_base_sink_pad_getcaps), (gst_base_sink_pad_setcaps), (gst_base_sink_pad_buffer_alloc), (gst_base_sink_preroll_queue_flush), (gst_base_sink_handle_object), diff --git a/check/gst/gstbin.c b/check/gst/gstbin.c index 0f11e5a..dd06499 100644 --- a/check/gst/gstbin.c +++ b/check/gst/gstbin.c @@ -232,10 +232,13 @@ GST_START_TEST (test_message_state_changed_children) pop_messages (bus, 9); + /* this test is completely bogus as the refcount can change while running */ +#if 0 ASSERT_OBJECT_REFCOUNT (bus, "bus", 1); ASSERT_OBJECT_REFCOUNT (src, "src", 1); ASSERT_OBJECT_REFCOUNT (sink, "sink", 1); ASSERT_OBJECT_REFCOUNT (pipeline, "pipeline", 1); +#endif /* go back to READY, spawning six messages */ GST_DEBUG ("setting pipeline to READY"); diff --git a/tests/check/gst/gstbin.c b/tests/check/gst/gstbin.c index 0f11e5a..dd06499 100644 --- a/tests/check/gst/gstbin.c +++ b/tests/check/gst/gstbin.c @@ -232,10 +232,13 @@ GST_START_TEST (test_message_state_changed_children) pop_messages (bus, 9); + /* this test is completely bogus as the refcount can change while running */ +#if 0 ASSERT_OBJECT_REFCOUNT (bus, "bus", 1); ASSERT_OBJECT_REFCOUNT (src, "src", 1); ASSERT_OBJECT_REFCOUNT (sink, "sink", 1); ASSERT_OBJECT_REFCOUNT (pipeline, "pipeline", 1); +#endif /* go back to READY, spawning six messages */ GST_DEBUG ("setting pipeline to READY");