check: Remove assertion that breaks check again git master
authorJan Schmidt <thaytan@noraisin.net>
Sat, 16 May 2009 00:21:34 +0000 (01:21 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Sat, 16 May 2009 00:21:34 +0000 (01:21 +0100)
Remove the assertion that the sender of the tags message is the
element until we decide whether that's going to be true or not.

tests/check/elements/rganalysis.c

index d9b4a85..143feec 100644 (file)
@@ -258,8 +258,6 @@ poll_tags (GstElement * element)
   message = gst_bus_poll (bus, GST_MESSAGE_TAG, GST_SECOND);
   fail_unless (message != NULL, "Could not poll for TAG message: Timed out");
 
-  fail_unless (GST_MESSAGE_SRC (message) == GST_OBJECT (element));
-
   gst_message_parse_tag (message, &tag_list);
   gst_message_unref (message);
   gst_object_unref (bus);