summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 92836e5)
raw | patch | inline | side by side (parent: 92836e5)
author | Wim Taymans <wim.taymans@gmail.com> | |
Thu, 29 Sep 2005 09:42:15 +0000 (09:42 +0000) | ||
committer | Wim Taymans <wim.taymans@gmail.com> | |
Thu, 29 Sep 2005 09:42:15 +0000 (09:42 +0000) |
Original commit message from CVS:
* check/gst/gstbin.c: (GST_START_TEST):
Oops.
* check/gst/gstbin.c: (GST_START_TEST):
Oops.
ChangeLog | patch | blob | history | |
check/gst/gstbin.c | patch | blob | history | |
tests/check/gst/gstbin.c | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 04e9e536d25bb08f82e4ede5baffce54b60de699..38be77df30b5a40da177b3803c47bc33e031a3e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2005-09-29 Wim Taymans <wim@fluendo.com>
+
+ * check/gst/gstbin.c: (GST_START_TEST):
+ Oops.
+
2005-09-29 Wim Taymans <wim@fluendo.com>
* check/gst/gstbin.c: (GST_START_TEST):
diff --git a/check/gst/gstbin.c b/check/gst/gstbin.c
index c7bedcdab2ff1bf0a9e56042ceee52d59af4c8cb..015c51bcc7299c1061029fced1094de91d37f926 100644 (file)
--- a/check/gst/gstbin.c
+++ b/check/gst/gstbin.c
pop_messages (bus, 5);
- fail_unless (gst_bus_have_pending (bus) == FALSE,
+ fail_unless (gst_bus_have_pending (bus, GST_MESSAGE_ANY) == FALSE,
"Unexpected messages on bus");
gst_bin_watch_for_state_change (GST_BIN (bin));
/* should get the bin's state change message now */
pop_messages (bus, 1);
- fail_unless (gst_bus_have_pending (bus) == FALSE,
+ fail_unless (gst_bus_have_pending (bus, GST_MESSAGE_ANY) == FALSE,
"Unexpected messages on bus");
fail_unless (gst_element_set_state (GST_ELEMENT (bin), GST_STATE_PLAYING)
pop_messages (bus, 3);
- fail_unless (gst_bus_have_pending (bus) == FALSE,
+ fail_unless (gst_bus_have_pending (bus, GST_MESSAGE_ANY) == FALSE,
"Unexpected messages on bus");
/* setting bin to NULL flushes the bus automatically */
index c7bedcdab2ff1bf0a9e56042ceee52d59af4c8cb..015c51bcc7299c1061029fced1094de91d37f926 100644 (file)
--- a/tests/check/gst/gstbin.c
+++ b/tests/check/gst/gstbin.c
pop_messages (bus, 5);
- fail_unless (gst_bus_have_pending (bus) == FALSE,
+ fail_unless (gst_bus_have_pending (bus, GST_MESSAGE_ANY) == FALSE,
"Unexpected messages on bus");
gst_bin_watch_for_state_change (GST_BIN (bin));
/* should get the bin's state change message now */
pop_messages (bus, 1);
- fail_unless (gst_bus_have_pending (bus) == FALSE,
+ fail_unless (gst_bus_have_pending (bus, GST_MESSAGE_ANY) == FALSE,
"Unexpected messages on bus");
fail_unless (gst_element_set_state (GST_ELEMENT (bin), GST_STATE_PLAYING)
pop_messages (bus, 3);
- fail_unless (gst_bus_have_pending (bus) == FALSE,
+ fail_unless (gst_bus_have_pending (bus, GST_MESSAGE_ANY) == FALSE,
"Unexpected messages on bus");
/* setting bin to NULL flushes the bus automatically */