mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
check/gst/gstbin.c: Remove bogus test.
Original commit message from CVS: * check/gst/gstbin.c: (GST_START_TEST): Remove bogus test.
This commit is contained in:
parent
56453e01b9
commit
3d531c895e
3 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-07-18 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* check/gst/gstbin.c: (GST_START_TEST):
|
||||
Remove bogus test.
|
||||
|
||||
2005-07-18 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/base/gstbasesink.c: (gst_base_sink_pad_getcaps),
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue