summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@nokia.com>2010-03-02 23:21:55 +0200
committerFelipe Contreras <felipe.contreras@nokia.com>2010-03-02 23:21:55 +0200
commit22184f5a0c584d2e19cac12d50e2ad8a5614c381 (patch)
tree473ce2124671b160200add6cdca7c307eb191a0b
parent84613ba9d38bb5edf76577aa66a26c0156cf7582 (diff)
tests: trivial fix
It looks like some extra messages are no the bus now. Signed-off-by: Felipe Contreras <felipe.contreras@nokia.com>
-rw-r--r--tests/check_gstomx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/check_gstomx.c b/tests/check_gstomx.c
index 366396c..aea8cc9 100644
--- a/tests/check_gstomx.c
+++ b/tests/check_gstomx.c
@@ -148,7 +148,6 @@ helper (gboolean flush)
{
GstMessage *message;
- fail_if ((message = gst_bus_pop (bus)) != NULL);
/* make sure there's no error on the bus */
message = gst_bus_poll (bus, GST_MESSAGE_ERROR, 0);