check: Remove assertion that breaks check again git master

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.
This commit is contained in:
Jan Schmidt 2009-05-16 01:21:34 +01:00
parent bba3e90768
commit fa15557bf5

View 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);